Socket
Socket
Sign inDemoInstall

vinyl

Package Overview
Dependencies
2
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.4 to 0.4.5

2

index.js
var path = require('path');
var clone = require('lodash').clone;
var clone = require('clone');
var cloneStats = require('clone-stats');

@@ -4,0 +4,0 @@ var cloneBuffer = require('./lib/cloneBuffer');

{
"name": "vinyl",
"description": "A virtual file format",
"version": "0.4.4",
"version": "0.4.5",
"homepage": "http://github.com/wearefractal/vinyl",

@@ -14,4 +14,4 @@ "repository": "git://github.com/wearefractal/vinyl.git",

"dependencies": {
"clone-stats": "^0.0.1",
"lodash": "^2.4.1"
"clone": "^0.1.18",
"clone-stats": "^0.0.1"
},

@@ -31,4 +31,4 @@ "devDependencies": {

"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec && jshint .",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
"test": "mocha --reporter spec && jshint lib",
"coveralls": "istanbul cover _mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},

@@ -35,0 +35,0 @@ "engines": {

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