Socket
Socket
Sign inDemoInstall

condenseify

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

condenseify - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE

12

package.json
{
"name": "condenseify",
"version": "1.0.0",
"version": "1.0.1",
"description": "Browserify transform to remove unwanted blank lines from your code",

@@ -10,5 +10,5 @@ "files": [

"scripts": {
"coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter spec",
"test": "mocha --reporter spec",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec"
"coverage": "istanbul cover node_modules/.bin/_mocha",
"test": "mocha",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly"
},

@@ -36,5 +36,5 @@ "repository": {

"istanbul": "0.3.x",
"mocha": "2.0.x",
"pre-commit": "0.0.x"
"mocha": "2.1.x",
"pre-commit": "1.0.x"
}
}
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