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.7 to 1.0.8

6

dist/object-pool.js

@@ -34,3 +34,4 @@ "use strict";

return true;
}
},
configurable: true,
});

@@ -60,3 +61,4 @@ pool.push(instance);

return false;
}
},
configurable: true,
});

@@ -63,0 +65,0 @@ return instance;

{
"name": "easy-object-pool",
"version": "1.0.7",
"version": "1.0.8",
"main": "dist/index.js",

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

@@ -50,3 +50,4 @@ /**

return true
}
},
configurable: true,
})

@@ -77,3 +78,4 @@ pool.push(instance)

return false
}
},
configurable: true,
})

@@ -80,0 +82,0 @@ return instance

Sorry, the diff of this file is not supported yet

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