Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fs-then-native

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-then-native - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

lib/fs-then-native.js

32

package.json
{
"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)

&copy; 2016 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).
&copy; 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc