fs-then-native
Advanced tools
Comparing version 1.0.2 to 2.0.0
{ | ||
"name": "fs-then-native", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"description": "Wraps the Node.js fs library with a Promise API using whichever `Promise` implementation is available", | ||
"repository": "https://github.com/75lb/fs-then-native.git", | ||
"license": "MIT", | ||
"main": "main.js", | ||
"keywords": [], | ||
"main": "lib/fs-then-native", | ||
"keywords": [ | ||
"fs", | ||
"then", | ||
"promise", | ||
"native", | ||
"promises", | ||
"readFile", | ||
"writeFile" | ||
], | ||
"engines": { | ||
"node": ">=0.10.0" | ||
"node": ">=4.0.0" | ||
}, | ||
"scripts": { | ||
"test": "node test.js", | ||
"docs": "jsdoc2md -t jsdoc2md/README.hbs src/lib/*.js > README.md; echo", | ||
"es5": "rm -rf es5 && babel --presets babel-preset-es2015 --no-comments src --out-dir es5", | ||
"cover": "istanbul cover ./node_modules/.bin/test-runner src/test/*.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage; echo" | ||
"test": "test-runner test/*.js", | ||
"docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo", | ||
"cover": "istanbul cover ./node_modules/.bin/test-runner test/*.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage; echo" | ||
}, | ||
"devDependencies": { | ||
"babel-preset-es2015": "^6.16.0", | ||
"core-assert": "^0.2.1", | ||
"coveralls": "^2.11.14", | ||
"coveralls": "^2.11.16", | ||
"rimraf": "^2.5.4", | ||
"test-runner": "^0.2.5" | ||
}, | ||
"dependencies": { | ||
"feature-detect-es6": "^1.3.1" | ||
"test-runner": "^0.3.0" | ||
} | ||
} |
@@ -26,2 +26,2 @@ [![view on npm](http://img.shields.io/npm/v/fs-then-native.svg)](https://www.npmjs.org/package/fs-then-native) | ||
© 2016 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown). | ||
© 2016-17 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
3
3
9512
10
193
1
- Removedfeature-detect-es6@^1.3.1
- Removedarray-back@1.0.4(transitive)
- Removedfeature-detect-es6@1.5.0(transitive)
- Removedtypical@2.6.1(transitive)