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

crushit

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crushit - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "crushit",
"version": "0.3.0",
"version": "0.3.1",
"description": "CrushIt is a commandline tool for crawling web pages and compiling scripts",

@@ -5,0 +5,0 @@ "homepage": "http://qawemlilo.github.io/crushit/",

@@ -56,2 +56,3 @@ # CrushIt

max - (Boolean) Perform maximum optimisation
callback - (Function) Callback function that takes 2 arguments, the first one is an error flag or object and the second one is the output code

@@ -70,7 +71,7 @@ ```

mangle: true,
max: true,
max: true
},
function (error, code) {
if (error) {
console.log(error.msg);
console.error(error);
}

@@ -92,3 +93,3 @@ else {

if (error) {
console.log(error.msg);
console.error(error);
}

@@ -95,0 +96,0 @@ else {

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