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

cp-file

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cp-file - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

index.js

@@ -6,3 +6,3 @@ 'use strict';

var fs = require('graceful-fs');
var fsP = pify.all(fs, Promise);
var fsP = pify(fs, Promise);
var mkdirp = require('mkdirp');

@@ -36,5 +36,7 @@ var mkdirpP = pify(mkdirp, Promise);

});
read.on('readable', function () {
resolve(read);
});
read.on('end', function () {

@@ -41,0 +43,0 @@ resolve(read);

{
"name": "cp-file",
"version": "3.0.0",
"version": "3.0.1",
"description": "Copy a file",

@@ -48,4 +48,4 @@ "license": "MIT",

"nested-error-stacks": "^1.0.1",
"object-assign": "^3.0.0",
"pify": "^2.2.0",
"object-assign": "^4.0.1",
"pify": "^2.3.0",
"pinkie-promise": "^1.0.0"

@@ -55,3 +55,3 @@ },

"buffer-equals": "^1.0.3",
"istanbul": "^0.3.13",
"istanbul": "^0.4.0",
"mocha": "*",

@@ -58,0 +58,0 @@ "rewire": "^2.3.1",

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