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

catn8

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catn8 - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

lib/minify.js

@@ -8,4 +8,7 @@ var pkg = require( './packages' );

return pro.gen_code( pro.ast_squeeze( pro.ast_mangle( jsp.parse( content ) ) ) );
} // in these case a create file has been triggered when the file is saved but not valid
catch ( e ) { return null; } // todo: should we check if the file is in a valid state, period, before re-writing it?
} // in these case a create file has been triggered when the file is saved but not valid
catch ( e ) { // todo: should we check if the file is in a valid state, period, before re-writing it?
console.log( e );
return null;
}
},

@@ -12,0 +15,0 @@ 'text/css' : function( content ) {

@@ -12,9 +12,9 @@ {

"dependencies" : {
"Templ8" : ">= 0.9.12",
"Templ8" : ">= 0.9.20",
"clean-css" : ">= 0.6.0",
"d8" : ">= 0.3.6",
"m8" : ">= 0.2.7",
"d8" : ">= 0.3.8",
"m8" : ">= 0.3.4",
"mime" : ">= 1.2.7",
"mkdirp" : ">= 0.3.4",
"n8iv" : ">= 0.2.6",
"n8iv" : ">= 0.2.9",
"uglify-js" : ">= 1.3.0",

@@ -38,3 +38,3 @@ "walkdir" : ">= 0.0.5"

},
"version" : "0.0.2"
"version" : "0.0.3"
}
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