
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
A generic pooling interface and TypeScript/JavaScript implementation.
The heart of pooler is the interface. The interface is largely taken from the
Go standard library where the two key methods are get and put.
Unique to this library is the method use. The use method is a convenience
feature that abstracts the logic of both get and put by passing in a
callback to be executed with a value from the pool. This is especially nice for
making single queries to a database. It removes the need for a lot of
boilerplate code, and also removes the possibility you forget to put the value
back in the pool.
Note that the factory function implements an equal jitter exponential backoff for retrying resource creation.

To get started, created a pooler from the implementation's option object.

FAQs
A generic pooling interface and TypeScript/JavaScript implementation.
The npm package pooler receives a total of 24 weekly downloads. As such, pooler popularity was classified as not popular.
We found that pooler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.