This project is linked by Campaign Monitor as an 'Unofficial Wrapper'. Are there any plans to update it?
The last commit was eight years ago.
The only dependency is the request project that was deprecated five years ago:
As of Feb 11th 2020, request is fully deprecated.
We are now seeing warnings on dependecies of request for punycode
(node:53686) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
% yarn why punycode -R
└─ common@workspace:common
├─ createsend-node@npm:0.8.2 (via npm:^0.8.2)
│ └─ request@npm:2.88.2 (via npm:2.x)
│ ├─ har-validator@npm:5.1.5 (via npm:~5.1.3)
│ │ └─ ajv@npm:6.12.6 (via npm:^6.12.3)
│ │ └─ uri-js@npm:4.4.1 (via npm:^4.2.2)
│ │ └─ punycode@npm:2.1.1 (via npm:^2.1.0)
│ └─ tough-cookie@npm:2.5.0 (via npm:~2.5.0)
│ └─ punycode@npm:2.1.1 (via npm:^2.1.1)
└─ request@npm:2.88.2 (via npm:^2.88.2)
% node --version
v22.13.1
This project is linked by Campaign Monitor as an 'Unofficial Wrapper'. Are there any plans to update it?
The last commit was eight years ago.
The only dependency is the request project that was deprecated five years ago:
We are now seeing warnings on dependecies of
requestforpunycode