modern-async
Advanced tools
Comparing version 0.0.0 to 0.1.1
{ | ||
"name": "modern-async", | ||
"version": "0.0.0", | ||
"description": "A modern tooling to use async/await and promises", | ||
"main": "dist/modern-async.cjs.js", | ||
"module": "src/modern-async.js", | ||
"version": "0.1.1", | ||
"description": "A modern tooling library for asynchronous operations using async/await and promises", | ||
"type": "module", | ||
"main": "dist/modern-async.cjs", | ||
"module": "src/modern-async.mjs", | ||
"exports": { | ||
"import": "./src/modern-async.mjs", | ||
"require": "./dist/modern-async.cjs" | ||
}, | ||
"browser": "./src/dist/modern-async.umd.js", | ||
"files": [ | ||
"src/*", | ||
"dist/*", | ||
"README.md", | ||
"LICENSE.md" | ||
], | ||
"scripts": { | ||
"build": "rollup -c rollup.config.js", | ||
"build": "npm run set-babel-browser && rollup -c rollup.config.js", | ||
"test": "npm run lint && npm run coverage", | ||
"coverage": "jest --coverage", | ||
"lint": "eslint \"*.js\" \"src/**/*.js\"", | ||
"jest": "jest" | ||
"coverage": "npm run jest-node -- --coverage", | ||
"lint": "eslint -c .eslintrc.cjs \"src/**/*.mjs\"", | ||
"jest-node": "npm run set-babel-node && jest --config=./jest-node.config.cjs", | ||
"docs": "jsdoc -c .jsdoc.json && node dev/docs-collect-version-numbers.cjs", | ||
"babel": "babel --ignore \"**/*.test.js\" --out-dir dist/babel --config-file ./babel.config.js src", | ||
"set-babel-node": "cp babel-node.config.cjs babel.config.cjs", | ||
"set-babel-browser": "cp babel-browser.config.cjs babel.config.cjs" | ||
}, | ||
@@ -25,5 +41,12 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.12.3", | ||
"@babel/preset-env": "^7.12.1", | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | ||
"@babel/plugin-transform-modules-umd": "^7.12.1", | ||
"@babel/preset-env": "^7.12.10", | ||
"@rollup/plugin-babel": "^5.2.2", | ||
"@rollup/plugin-commonjs": "^17.0.0", | ||
"@rollup/plugin-node-resolve": "^11.0.0", | ||
"babel-jest": "^26.6.3", | ||
"clean-jsdoc-theme": "^3.0.0", | ||
"core-js": "^3.8.1", | ||
"eslint": "^6.6.0", | ||
@@ -38,7 +61,10 @@ "eslint-config-standard": "^14.1.0", | ||
"jest": "^26.6.3", | ||
"rollup": "^2.33.1" | ||
"jsdoc": "^3.6.6", | ||
"lodash": "^4.17.20", | ||
"rollup": "^2.33.1", | ||
"semver-sort": "0.0.4" | ||
}, | ||
"dependencies": { | ||
"assert": "^2.0.0" | ||
"nanoassert": "^2.0.0" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
141317
84
4105
0
6
Yes
23
1
+ Addednanoassert@^2.0.0
+ Addednanoassert@2.0.0(transitive)
- Removedassert@^2.0.0
- Removedassert@2.1.0(transitive)
- Removedavailable-typed-arrays@1.0.7(transitive)
- Removedcall-bind@1.0.8(transitive)
- Removedcall-bind-apply-helpers@1.0.1(transitive)
- Removedcall-bound@1.0.3(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removeddefine-properties@1.2.1(transitive)
- Removeddunder-proto@1.0.1(transitive)
- Removedes-define-property@1.0.1(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-object-atoms@1.1.1(transitive)
- Removedfor-each@0.3.4(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.7(transitive)
- Removedget-proto@1.0.1(transitive)
- Removedgopd@1.2.0(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removedhas-tostringtag@1.0.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-arguments@1.2.0(transitive)
- Removedis-callable@1.2.7(transitive)
- Removedis-generator-function@1.1.0(transitive)
- Removedis-nan@1.3.2(transitive)
- Removedis-regex@1.2.1(transitive)
- Removedis-typed-array@1.1.15(transitive)
- Removedmath-intrinsics@1.1.0(transitive)
- Removedobject-is@1.1.6(transitive)
- Removedobject-keys@1.1.1(transitive)
- Removedobject.assign@4.1.7(transitive)
- Removedpossible-typed-array-names@1.1.0(transitive)
- Removedsafe-regex-test@1.1.0(transitive)
- Removedset-function-length@1.2.2(transitive)
- Removedutil@0.12.5(transitive)
- Removedwhich-typed-array@1.1.18(transitive)