New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@paybase/pool

Package Overview
Dependencies
Maintainers
9
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paybase/pool - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

.eslintrc

29

package.json
{
"name": "@paybase/pool",
"version": "1.1.2",
"version": "1.1.3",
"description": "a pooling mechanism built on top of csp",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {

@@ -10,14 +11,30 @@ "node": ">=7.4"

"scripts": {
"test": "nyc --check-coverage --lines 100 --functions 100 --branches 100 node ./test/index.spec.js",
"build": "tsc -p tsconfig.build.json",
"dev": "tsc -w -p tsconfig.build.json",
"test": "nyc --check-coverage --lines 100 --functions 100 --branches 100 tape -r ts-node/register ./test/index.spec.ts",
"report": "nyc report --reporter=html"
},
"nyc": {
"extension": [
".ts"
],
"exclude": [
"test"
]
},
"author": "Joe Harlow",
"license": "MIT",
"devDependencies": {
"nyc": "^11.1.0",
"tape": "^4.8.0"
"@types/tape": "^4.2.32",
"eslint": "^5.8.0",
"eslint-plugin-typescript": "^0.13.0",
"nyc": "^13.1.0",
"tape": "^4.8.0",
"ts-node": "^7.0.1",
"typescript": "^3.1.6",
"typescript-eslint-parser": "^20.1.1"
},
"dependencies": {
"@paybase/csp": "^1.0.0"
"@paybase/csp": "^1.0.4"
}
}
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