Socket
Socket
Sign inDemoInstall

fs-extra-async

Package Overview
Dependencies
4
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 1.0.0

11

lib/index.js

@@ -25,5 +25,6 @@ "use strict";

* promisify a methods
* @param {Object} fs fs module (or any other fs-like module)
* @param {String} fnName name of method that use callback
* @param {String} fnNameAsync name of new method that promisify
*
* @param {Object} module fs module (or any other fs-like module)
* @param {String} fnName name of method that use callback
* @param {String} fnNameAsync name of new method that promisify
*/

@@ -48,4 +49,4 @@ function addAsyncFn(module, fnName, fnNameAsync) {

* promisify a module
* @param {Object} module
* @return {Object} module
* @param {Object} module fs module (or any other fs-like module)
* @return {Object} module fs module (or any other fs-like module)
*/

@@ -52,0 +53,0 @@ function promisify(module) {

{
"name": "fs-extra-async",
"version": "0.0.6",
"description": "Node file system library and fs-extra module promisified",
"main": "./lib/index",
"author": "gucong",
"repository": {
"type": "git",
"url": "git+https://github.com/gucong3000/fs-extra-async.git"
},
"bugs": {

@@ -17,9 +9,16 @@ "url": "https://github.com/gucong3000/fs-extra-async/issues"

},
"description": "Node file system library and fs-extra module promisified",
"devDependencies": {
"any-promise": "^1.3.0",
"bluebird": "^3.3.5",
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"mocha": "^2.4.5"
"bluebird": "^3.4.6",
"coveralls": "^2.11.15",
"eslint": "^3.11.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"node-version-check": "^2.1.1"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/gucong3000/fs-extra-async#readme",
"keywords": [

@@ -36,12 +35,16 @@ "fs",

],
"license": "MIT",
"main": "./lib/index",
"name": "fs-extra-async",
"repository": {
"type": "git",
"url": "git+https://github.com/gucong3000/fs-extra-async.git"
},
"scripts": {
"test": "mocha",
"lint": "node-version-gte-4 && eslint lib/* || echo \"ESLint not supported\"",
"coveralls": "npm run test-cov && coveralls < coverage/lcov.info",
"test": "npm run lint && mocha",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"homepage": "https://github.com/gucong3000/fs-extra-async#readme"
"version": "1.0.0"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc