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

cpr

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpr - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

lib/index.js

@@ -183,3 +183,3 @@ /*

f = [],
filtered = [];
filtered = files;

@@ -186,0 +186,0 @@ if (options.filter) {

@@ -5,3 +5,3 @@ {

"author": "Dav Glass <davglass@gmail.com>",
"version": "0.3.0",
"version": "0.3.1",
"dependencies": {

@@ -8,0 +8,0 @@ "graceful-fs": "~1.2.0",

@@ -107,2 +107,6 @@ var vows = require('vows'),

},
'returns files array with confirm': function(topic) {
assert.isArray(topic.status);
assert.ok(topic.status.length > 0);
},
'and has ./out/2': function(topic) {

@@ -235,2 +239,6 @@ var stat = fs.statSync(this.outDir);

},
'should return files array': function(topic) {
assert.isArray(topic.status);
assert.ok(topic.status.length > 0);
},
'has ./out/0': function(topic) {

@@ -237,0 +245,0 @@ var stat = fs.statSync(this.outDir);

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