🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

cb-queue

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cb-queue - npm Package Compare versions

Comparing version

to
0.1.2

dist/cb-queue.min.js

17

package.json
{
"name": "cb-queue",
"version": "0.1.1",
"version": "0.1.2",
"description": "Simple utility to queue async functions",
"main": "index.js",
"main": "src/index.js",
"module": "dist/cb-queue.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack"
},

@@ -23,3 +25,10 @@ "repository": {

},
"homepage": "https://github.com/hammy2899/cb-queue#readme"
"homepage": "https://github.com/hammy2899/cb-queue#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
}
}