Socket
Socket
Sign inDemoInstall

bulkage

Package Overview
Dependencies
18
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 1.0.0

.nyc_output/6bbc682c-91b2-4602-a319-9495ae5979df.json

30

package.json
{
"name": "bulkage",
"version": "0.0.0",
"version": "1.0.0",
"description": "Bulk and Debounce execution and resolution of promises",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "mocha --require ts-node/register test/**/*.test.ts",
"build": "rm -rf dist && tsc",
"prepublish": "npm run build",
"test": "nyc mocha --require ts-node/register test/**/*.test.ts",
"test:watch": "mocha --require ts-node/register test/**/*.test.ts --watch --watch-files test/**/*.ts src/**/*.ts"

@@ -27,4 +30,20 @@ },

"homepage": "https://github.com/Floby/node-bulkage#readme",
"nyc": {
"include": [
"src/**/*.ts"
],
"extension": [
".ts"
],
"reporter": [
"text-summary",
"html"
],
"sourceMap": true,
"instrument": true
},
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/chai-as-promised": "^7.1.2",
"@types/debug": "^4.1.5",
"@types/mocha": "^5.2.7",

@@ -34,3 +53,6 @@ "@types/node": "^13.1.8",

"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"delay": "^4.3.0",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
"sinon": "^8.1.1",

@@ -42,4 +64,6 @@ "sinon-chai": "^3.4.0",

"dependencies": {
"delay": "^4.3.0"
"debug": "^4.1.1",
"fast-deep-equal": "^3.1.1",
"pretty-format": "^25.1.0"
}
}
.package.json.un~
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc