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

gzipper

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gzipper - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

2

index.js

@@ -15,3 +15,3 @@ #!/usr/bin/env node

let successGlobalFilesCount = 0;
const outputDir = path.resolve(__dirname, distFolder);
const outputDir = path.resolve(__dirname, '../../', distFolder);
compileFolderRecursively(outputDir);

@@ -18,0 +18,0 @@

{
"name": "gzipper",
"version": "1.2.2",
"version": "1.3.0",
"description": "Simple gzip script for your files.",

@@ -5,0 +5,0 @@ "main": "index.js",

# gzipper
Simple CLI for gzipping your js files.
## **PLEASE UPDATE TO v1.3.0**
## How to use:

@@ -31,3 +33,3 @@ ### Install globally the package.

"scripts": {
"build": "ng build && gzipper './dist'"
"build": "ng build && gzipper ./dist"
}

@@ -34,0 +36,0 @@ ```

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