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
7.0.7

ez-async.js

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 7.0.6 Titlenrrr
Description
# 7.0.5 Title

@@ -2,0 +7,0 @@

9

package.json
{
"name": "ez-async",
"version": "7.0.6",
"version": "7.0.7",
"description": "Yet another async library using generatorsi",
"main": "./dist/ez-async.cjs.js",
"files": [
"ez-async.js"
],
"scripts": {
"lint": "standard",
"build": "ez-build-lib build src/ez-async.js",
"build:watch": "ez-build-lib build:watch ./dist/ez-async.cjs.js",
"dist": "cp src/ez-async.js .",
"prepublish": "npm run dist",
"postpublish": "node ../ez-publish.js -x"

@@ -11,0 +14,0 @@ },