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 2.5.2 to 2.6.0

helpers.js

2

index.js

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

const version = require('./package.json').version
const Gzipper = require('./Gzipper')
const Gzipper = require('./src/Gzipper')

@@ -8,0 +8,0 @@ const {

{
"name": "gzipper",
"version": "2.5.2",
"version": "2.6.0",
"description": "CLI for compressing files.",
"main": "index.js",
"scripts": {
"test": "mocha",
"test": "nyc --check-coverage --reporter='text-summary' mocha --timeout=3000 --recursive './tests/**/*.spec.js'",
"coverage": "nyc mocha --timeout=3000 --recursive './tests/**/*.spec.js'",
"prettier": "prettier --write \"**/*.js\"",

@@ -38,4 +39,6 @@ "eslint": "eslint \"**/*.js\"",

"@types/mocha": "^5.2.6",
"@types/node": "^11.13.10",
"@types/node": "^11.13.11",
"@types/semver": "^6.0.0",
"@types/sinon": "^7.0.11",
"@types/uuid": "^3.4.4",
"eslint": "^5.16.0",

@@ -45,3 +48,5 @@ "eslint-config-prettier": "^4.3.0",

"mocha": "^6.1.4",
"nyc": "^14.1.1",
"prettier": "^1.17.1",
"semver": "^6.0.0",
"sinon": "^7.3.2"

@@ -48,0 +53,0 @@ },

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