Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lightning-pool

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lightning-pool - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -11,4 +11,2 @@ /* lightning-pool

module.exports = Pool;
module.exports = {

@@ -15,0 +13,0 @@ createPool: function(factory, options) {

10

package.json
{
"name": "lightning-pool",
"description": "Fastest object pool implementation for JavaScript",
"version": "1.1.0",
"version": "1.1.1",
"author": "Panates Ltd.",

@@ -16,11 +16,11 @@ "contributors": [

"dependencies": {
"doublylinked": "^1.0.3",
"doublylinked": "^1.0.6",
"putil-promisify": "^1.1.0"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^4.10.0",
"babel-eslint": "^8.2.2",
"eslint": "^4.18.2",
"eslint-config-google": "^0.9.1",
"istanbul": "^0.4.5",
"mocha": "^4.0.1"
"mocha": "^5.0.4"
},

@@ -27,0 +27,0 @@ "engines": {

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