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

@vscode/gulp-vinyl-zip

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vscode/gulp-vinyl-zip - npm Package Compare versions

Comparing version 2.5.0 to 2.6.0

LICENSE

2

lib/dest/index.js

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

var input = zip(path.basename(zipPath), opts);
var output = vfs.dest(path.dirname(zipPath), opts);
var output = vfs.dest(path.dirname(zipPath), { ...opts, encoding: false });

@@ -13,0 +13,0 @@ var stream = through.obj(function (file, enc, cb) {

{
"name": "@vscode/gulp-vinyl-zip",
"version": "2.5.0",
"version": "2.6.0",
"description": "Streaming vinyl adapter for zip archives",

@@ -38,3 +38,3 @@ "main": "index.js",

"vinyl": "^2.0.2",
"vinyl-fs": "^3.0.3",
"vinyl-fs": "^4.0.0",
"yauzl": "^2.2.1",

@@ -44,3 +44,3 @@ "yazl": "^2.2.1"

"devDependencies": {
"mocha": "^7.1.2",
"mocha": "^10.2.0",
"standard": "^12.0.1",

@@ -47,0 +47,0 @@ "temp": "^0.8.1"

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

vfs.src(path.join(__dirname, 'assets', '*.zip'))
vfs.src(path.join(__dirname, 'assets', '*.zip'), { encoding: false })
.pipe(lib.src())

@@ -59,3 +59,3 @@ .pipe(through.obj(function (chunk, enc, cb) {

vfs.src(__filename)
vfs.src(__filename, { encoding: false })
.pipe(lib.src())

@@ -62,0 +62,0 @@ .on('error', function (err) {

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