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 4.2.0 to 4.2.1

2

esm/definitions.d.ts

@@ -1,2 +0,2 @@

export declare type Callback = (e?: Error, ...args: any[]) => void;
export type Callback = (e?: Error, ...args: any[]) => void;
export declare enum PoolState {

@@ -3,0 +3,0 @@ IDLE = 0,

{
"name": "lightning-pool",
"description": "Fastest generic Pool written with TypeScript",
"version": "4.2.0",
"version": "4.2.1",
"author": "Panates Ltd.",

@@ -17,13 +17,13 @@ "contributors": [

"dependencies": {
"doublylinked": "^2.5.1",
"putil-promisify": "^1.8.5"
"doublylinked": "^2.5.2",
"putil-promisify": "^1.8.6"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@types/jest": "^29.1.2",
"@types/node": "^18.8.5",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"dotenv": "^16.0.3",
"eslint": "^8.25.0",
"eslint": "^8.31.0",
"eslint-config-google": "^0.14.0",

@@ -34,10 +34,10 @@ "eslint-plugin-import": "^2.26.0",

"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^29.2.0",
"jest": "^29.3.1",
"npm-run-path": "^5.1.0",
"ts-cleanup": "^0.2.5",
"ts-cleanup": "^0.2.6",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.8.4"
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.4"
},

@@ -44,0 +44,0 @@ "type": "module",

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