New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-zip

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-zip - npm Package Compare versions

Comparing version

to
0.2.0

2

dist/index.cjs.js

@@ -31,4 +31,4 @@ 'use strict';

outFile = path.resolve(outDir, outFile + '.zip');
this.cache.set("outfile" /* outfile */, outFile);
}
this.cache.set("outfile" /* outfile */, outFile);
},

@@ -35,0 +35,0 @@ writeBundle(bundle) {

@@ -29,4 +29,4 @@ import { createWriteStream } from 'fs';

outFile = resolve(outDir, outFile + '.zip');
this.cache.set("outfile" /* outfile */, outFile);
}
this.cache.set("outfile" /* outfile */, outFile);
},

@@ -33,0 +33,0 @@ writeBundle(bundle) {

{
"name": "rollup-plugin-zip",
"version": "0.1.2",
"version": "0.2.0",
"description": "Rollup plugin to zip up emitted files.",

@@ -38,6 +38,6 @@ "homepage": "https://github.com/mentaljam/rollup-plugin-zip",

"@types/yazl": "^2.4.1",
"rollup": "^1.5.0",
"rollup": "^1.6.0",
"rollup-plugin-tslint": "^0.2.2",
"rollup-plugin-typescript2": "^0.19.3",
"tslint": "^5.13.1",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",

@@ -44,0 +44,0 @@ "typescript": "^3.3.3333"