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 2.5.2 to 3.0.0

CODE_OF_CONDUCT.md

4

CHANGELOG.md

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

## 3.0.0
* **breaking** Update terser. Tinyify now requires Node.js 6.
* Use patched envify from npm as `@goto-bus-stop/envify`.
## 2.5.2

@@ -9,0 +13,0 @@ * Use a patched version of envify with support for newer syntax features.

2

index.js

@@ -7,3 +7,3 @@ var packFlat = require('browser-pack-flat/plugin')

var uglify = require('minify-stream')
var envify = require('./private_modules/envify/custom')
var envify = require('@goto-bus-stop/envify/custom')
var uglifyify = require('uglifyify')

@@ -10,0 +10,0 @@

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

@@ -10,2 +10,3 @@ "bugs": {

"dependencies": {
"@goto-bus-stop/envify": "^5.0.0",
"acorn-node": "^1.8.2",

@@ -16,3 +17,3 @@ "browser-pack-flat": "^3.0.9",

"dash-ast": "^1.0.0",
"minify-stream": "^1.2.1",
"minify-stream": "^2.0.1",
"multisplice": "^1.0.0",

@@ -45,8 +46,3 @@ "through2": "^3.0.1",

"test": "standard && node test"
},
"standard": {
"ignore": [
"private_modules/**"
]
}
}

Sorry, the diff of this file is not supported yet

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