Socket
Socket
Sign inDemoInstall

tinyify

Package Overview
Dependencies
Maintainers
40
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinyify - npm Package Compare versions

Comparing version 2.4.3 to 2.5.0

CHANGELOG.md

4

package.json
{
"name": "tinyify",
"description": "a browserify plugin that runs various optimizations, so you don't have to install them all manually.",
"version": "2.4.3",
"version": "2.5.0",
"author": "Renée Kooi <renee@kooi.me>",

@@ -12,3 +12,3 @@ "bugs": {

"bundle-collapser": "^1.3.0",
"common-shakeify": "^0.4.6",
"common-shakeify": "^0.5.2",
"envify": "^4.1.0",

@@ -15,0 +15,0 @@ "minify-stream": "^1.1.0",

@@ -97,6 +97,8 @@ # tinyify

.bundle()
.pipe(require('minify-stream')())
.pipe(require('minify-stream')({ sourceMap: false }))
.pipe(fs.createWriteStream('./output.js'))
```
Alternatively you can fork this repo and publish it on npm under a scope with your modifications.
## License

@@ -103,0 +105,0 @@

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