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

minimize

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minimize - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

15

package.json
{
"name": "minimize",
"version": "1.2.0",
"version": "1.2.1",
"description": "Minimize HTML",
"main": "./lib/minimize",
"bin": {
"minimize": "./bin/minimize"
},
"scripts": {
"test": "NODE_ENV=test mocha $(find test -name '*.test.js')",
"coverage": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true && rm -rf ./coverage"
"test": "mocha $(find test -name '*.test.js')",
"watch": "mocha --watch $(find test -name '*.test.js')",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- $(find test -name '*.test.js')",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- $(find test -name '*.test.js')"
},

@@ -17,5 +22,3 @@ "dependencies": {

"devDependencies": {
"coveralls": "2.11.x",
"mocha": "2.0.x",
"mocha-lcov-reporter": "0.0.x",
"chai": "1.10.x",

@@ -25,3 +28,3 @@ "istanbul": "0.3.x",

"sinon-chai": "2.6.x",
"pre-commit": "0.0.x"
"pre-commit": "1.0.x"
},

@@ -28,0 +31,0 @@ "repository": "git@github.com:Moveo/minimize.git",

.npmignore

Sorry, the diff of this file is not supported yet

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