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

ez-async

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ez-async - npm Package Compare versions

Comparing version

to
4.0.4

.npmignore

12

package.json
{
"name": "ez-async",
"version": "1.0.0-alpha.1",
"version": "4.0.4",
"description": "Yet another async library using generators",

@@ -11,7 +11,4 @@ "main": "./dist/ez-async.cjs.js",

"build:watch": "ez-build-lib build:watch ./dist/ez-async.cjs.js",
"publish": "npm run build && npm run lint && ez-build-lib publish ."
"publish": "npm run build && ez-build-lib publish . patch 'somemessage'"
},
"files": [
"dist"
],
"repository": {

@@ -31,6 +28,3 @@ "type": "git",

"jsnext:main": "src/ez-async.js",
"browser": "./dist/ez-async.umd.js",
"devDependencies": {
"ez-build-lib": "^1.0.0-alpha.0"
}
"browser": "./dist/ez-async.umd.js"
}

Sorry, the diff of this file is not supported yet