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

lightning-pool

Package Overview
Dependencies
Maintainers
0
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 4.6.0 to 4.6.1

cjs/abort-error.js

40

package.json
{
"name": "lightning-pool",
"description": "Fastest generic Pool written with TypeScript",
"version": "4.6.0",
"version": "4.6.1",
"author": "Panates Ltd.",

@@ -13,38 +13,2 @@ "license": "MIT",

},
"devDependencies": {
"@panates/eslint-config": "^1.0.16",
"@panates/eslint-config-ts": "^1.0.16",
"@panates/tsconfig": "^1.0.16",
"@types/jest": "^29.5.12",
"@types/node": "^22.2.0",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"npm-run-path": "^5.3.0",
"prettier": "^3.3.3",
"ts-cleanup": "^1.1.0",
"ts-jest": "^29.2.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4"
},
"scripts": {
"lint": "eslint . --max-warnings=0",
"lint:fix": "eslint . --max-warnings=0 --fix",
"format": "prettier . --write --log-level=warn",
"clean": "npm run clean:src && npm run clean:dist",
"clean:dist": "rimraf build coverage",
"clean:src": "ts-cleanup -s src --all | ts-cleanup -s test",
"prebuild": "npm run clean:dist && npm run lint",
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc -b tsconfig-build-cjs.json",
"build:esm": "tsc -b tsconfig-build-esm.json",
"postbuild": "npm run postbuild:copyfiles && node ./support/postbuild.cjs",
"postbuild:copyfiles": "cp LICENSE README.md ./build",
"test": "jest --runInBand --detectOpenHandles",
"precover": "rimraf coverage",
"cover": "jest --maxWorkers=1 --coverage",
"precitest": "rimraf coverage",
"citest": "jest --coverage --coverageReporters=lcov"
},
"main": "./cjs/index.js",

@@ -75,2 +39,2 @@ "module": "./esm/index.js",

]
}
}
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