Socket
Socket
Sign inDemoInstall

vinyl-assign

Package Overview
Dependencies
11
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

index.js
'use strict';
var objectAssign = require('object-assign');
var objectDefaults = require('object.defaults');
var through = require('through2');

@@ -20,4 +20,4 @@

cb(null, objectAssign(opts, file));
cb(null, objectDefaults(file, opts));
});
};
{
"name": "vinyl-assign",
"version": "1.0.0",
"version": "1.0.1",
"description": "Apply custom attributes to vinyl files",

@@ -23,3 +23,3 @@ "license": "MIT",

"dependencies": {
"object-assign": "^2.0.0",
"object.defaults": "^0.2.0",
"through2": "^0.6.3"

@@ -26,0 +26,0 @@ },

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