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

minify-all

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minify-all - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

10

package.json
{
"name": "minify-all",
"version": "1.2.0",
"version": "1.2.1",
"description": "A tool that minifies all .js files in a folder and its nested folders",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/joeyism/node-minify-all.git"
},
"scripts": {

@@ -25,2 +29,6 @@ "test": "echo \"Error: no test specified\" && exit 1"

"author": "Joey Sham <sham.joey@gmail.com> (http://www.joeyism.com)",
"bugs": {
"url": "https://github.com/joeyism/node-minify-all/issues"
},
"homepage": "https://github.com/joeyism/node-minify-all#readme",
"license": "ISC",

@@ -27,0 +35,0 @@ "devDependencies": {

4

README.md

@@ -34,6 +34,6 @@ # Minify-All

**silent**
* **silent**
If silent mode is on, then logs of which files has been found won't be displayed
**type**
* **type**
Determines the compression type the file should be put through. As **Minify-All** depends on **node-minify**, these types are defined by **node-minify** and can be found [here](https://www.npmjs.com/package/node-minify). If a type is not specified, then by default it is *uglifyjs*
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