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.1 to 2.5.2

private_modules/envify/.editorconfig

3

CHANGELOG.md

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

## 2.5.2
* Use a patched version of envify with support for newer syntax features.
## 2.5.1

@@ -9,0 +12,0 @@ * Update common-shakeify to 0.6.0, this should have no observable effects.

2

index.js

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

var uglify = require('minify-stream')
var envify = require('envify/custom')
var envify = require('./private_modules/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.1",
"version": "2.5.2",
"author": "Renée Kooi <renee@kooi.me>",

@@ -10,7 +10,10 @@ "bugs": {

"dependencies": {
"acorn-node": "^1.8.2",
"browser-pack-flat": "^3.0.9",
"bundle-collapser": "^1.3.0",
"common-shakeify": "^0.6.0",
"envify": "^4.1.0",
"minify-stream": "^1.1.0",
"dash-ast": "^1.0.0",
"minify-stream": "^1.2.1",
"multisplice": "^1.0.0",
"through2": "^3.0.1",
"uglifyify": "^5.0.0",

@@ -20,3 +23,6 @@ "unassertify": "^2.1.1"

"devDependencies": {
"standard": "^11.0.1"
"browserify": "^16.5.0",
"from2-string": "^1.1.0",
"standard": "^14.3.1",
"tape": "^4.11.0"
},

@@ -38,4 +44,9 @@ "homepage": "https://github.com/browserify/tinyify",

"scripts": {
"test": "standard"
"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