Socket
Socket
Sign inDemoInstall

fs-copy-file

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-copy-file - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

lib/fs-copy-file.js

23

package.json
{
"name": "fs-copy-file",
"version": "1.0.2",
"version": "2.0.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -21,25 +21,18 @@ "description": "fs.copyFile ponyfill",

"lint": "redrun lint:*",
"lint:lib": "eslint lib",
"lint:test": "eslint --rule 'no-console:0' test",
"lint:lib": "eslint lib test",
"watch:test": "npm run watcher -- \"npm test\"",
"watcher": "nodemon -w lib -w test -x",
"coverage": "nyc npm test",
"report": "nyc report --reporter=text-lcov | coveralls",
"wisdom": "npm run build",
"6to5": "buble lib -o legacy",
"build": "redrun 6to5 legacy",
"prebuild": "rimraf legacy",
"legacy": "echo \"module.exports = require('./fs-copy-file');\" > legacy/index.js"
"report": "nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
"pipe-io": "^2.0.5"
"pipe-io": "^3.0.0"
},
"license": "MIT",
"engines": {
"node": ">=0.8"
"node": ">=4"
},
"main": "legacy/fs-copy-file.js",
"main": "lib/fs-copy-file.js",
"devDependencies": {
"buble": "^0.15.1",
"coveralls": "^2.11.6",
"coveralls": "^3.0.0",
"eslint": "^4.0.0",

@@ -49,3 +42,3 @@ "nodemon": "^1.11.0",

"pullout": "^1.0.1",
"redrun": "^5.9.2",
"redrun": "^6.0.0",
"rimraf": "^2.6.2",

@@ -52,0 +45,0 @@ "tape": "^4.2.0",

fs-copy-file [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Coverage Status][CoverageIMGURL]][CoverageURL]
=========
[fs.copyFile](https://nodejs.org/dist/latest-v8.x/docs/api/fs.html#fs_fs_copyfile_src_dest_flags_callback) [ponyfill](https://ponyfill.com).
Node.js v8.5.0 [fs.copyFile](https://nodejs.org/dist/latest-v8.x/docs/api/fs.html#fs_fs_copyfile_src_dest_flags_callback) [ponyfill](https://ponyfill.com).

@@ -41,2 +41,6 @@ Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it already exists. No arguments other than a possible exception are given to the callback function.

## Related
- [fs-copy-file-sync](https://github.com/coderaiser/fs-copy-file-sync "fs-copy-file-sync") - Synchronously copies src to dest.
## License

@@ -43,0 +47,0 @@ MIT

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