Socket
Socket
Sign inDemoInstall

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 0.1.2 to 1.0.0

.npmignore

8

package.json
{
"name": "fs-then-native",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.1.2",
"description": "fs-then-native",
"version": "1.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",

@@ -16,3 +16,4 @@ "license": "MIT",

"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"
"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"
},

@@ -22,2 +23,3 @@ "devDependencies": {

"core-assert": "^0.2.1",
"coveralls": "^2.11.14",
"rimraf": "^2.5.4",

@@ -24,0 +26,0 @@ "test-runner": "^0.2.4"

[![view on npm](http://img.shields.io/npm/v/fs-then-native.svg)](https://www.npmjs.org/package/fs-then-native)
[![npm module downloads](http://img.shields.io/npm/dt/fs-then-native.svg)](https://www.npmjs.org/package/fs-then-native)
[![Build Status](https://travis-ci.org/75lb/fs-then-native.svg?branch=master)](https://travis-ci.org/75lb/fs-then-native)
[![Coverage Status](https://coveralls.io/repos/github/75lb/fs-then-native/badge.svg?branch=master)](https://coveralls.io/github/75lb/fs-then-native?branch=master)
[![Dependency Status](https://david-dm.org/75lb/fs-then-native.svg)](https://david-dm.org/75lb/fs-then-native)

@@ -10,3 +10,3 @@ [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)

The Node.js fs library with a Promise API.
A minimal wrapper around the [Node.js fs library](https://nodejs.org/dist/latest-v6.x/docs/api/fs.html) adding a Promise API. It uses whichever `Promise` implementation is available, leaving responsibility one exists to the user.

@@ -13,0 +13,0 @@ ## Synopsis

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