Socket
Socket
Sign inDemoInstall

tinyify

Package Overview
Dependencies
Maintainers
41
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 3.0.0 to 3.1.0

3

CHANGELOG.md

@@ -7,2 +7,5 @@ # tinyify change log

## 3.1.0
* Update common-shakeify to 1.1.1, which adds the ability to set ecmaVersion (and sets default to 10) and removes side-effect-free modules that declare `sideEffects: false` in package.json from parse tree.
## 3.0.0

@@ -9,0 +12,0 @@ * **breaking** Update terser. Tinyify now requires Node.js 6.

4

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

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

"bundle-collapser": "^1.3.0",
"common-shakeify": "^0.6.0",
"common-shakeify": "^1.1.1",
"dash-ast": "^1.0.0",

@@ -17,0 +17,0 @@ "minify-stream": "^2.0.1",

@@ -92,3 +92,3 @@ # tinyify

.transform('unassertify', { global: true })
.transform('envify', { global: true })
.transform('@goto-bus-stop/envify', { global: true })
.transform('uglifyify', { global: true })

@@ -95,0 +95,0 @@ .plugin('common-shakeify')

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