New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

easy-object-pool

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-object-pool - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "easy-object-pool",
"version": "1.0.4",
"version": "1.0.5",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -43,3 +43,3 @@ # Easy Object Pool

| field | type | required | default | description |
| :--- | :--- | :--- | :--- | :--- |
| :--- | :--- | :---: | :---: | :--- |
| `factoryMethod` | (...params: any[]) => T | ✅ | | factory method to instantiate a instance |

@@ -46,0 +46,0 @@ | `initializationMethod` | (instance: T, ...params: any[]) => void | | | initialize a instance when get a instance |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc