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 Versions

1

2.3.0

Diff

Changelog

Source

2.3.0

  • add API to easily apply tinyify to other browserify pipelines, like generated by factor-bundle or split-require.
goto-bus-stop
published 2.2.1 •

goto-bus-stop
published 2.2.0 •

Changelog

Source

2.2.0

  • add a --no-flat option for use with other tools that expect browser-pack output, such as disc
goto-bus-stop
published 2.1.1 •

Changelog

Source

2.1.1

  • output ascii-only by default (https://github.com/goto-bus-stop/tinyify/commit/89aaf79bd70de9772e13f1a0644616e36368269a), see also choojs/bankai#277
goto-bus-stop
published 2.1.0 •

Changelog

Source

2.1.0

  • Add env option for custom environment variables. (@yoshuawuyts in #2)
goto-bus-stop
published 2.0.0 •

Changelog

Source

2.0.0

Update browser-pack-flat to v3.0.0. This fixes tinyify-ing entry points that assign exports, like what's common in choo apps:

// app.js
if (window) app.mount()
else module.exports = app

The breaking change is that browser-pack-flat bundles will no longer assign module.exports when not using --standalone. This should not be a problem in 99.999% of cases, and is the same as what browser-pack does.

goto-bus-stop
published 1.0.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