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.0.0 to 4.1.0

17

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

@@ -22,6 +22,6 @@ "contributors": [

"@babel/eslint-parser": "^7.19.1",
"@types/jest": "^29.0.2",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"dotenv": "^16.0.2",

@@ -38,3 +38,3 @@ "eslint": "^8.23.1",

"ts-jest": "^29.0.1",
"ts-loader": "^9.3.1",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",

@@ -45,7 +45,8 @@ "tsconfig-paths": "^4.1.0",

"type": "module",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
"exports": {
".": "./cjs/index.js",
".": {
"require": "./cjs/index.js",
"default": "./esm/index.js"
},
"./cjs": "./cjs/index.js",

@@ -52,0 +53,0 @@ "./esm": "./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