Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

6to5-browserify

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

6to5-browserify - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

index.js

@@ -6,4 +6,4 @@ var through = require("through");

var browserify = module.exports = function (filename) {
return browserify.configure()(filename);
var browserify = module.exports = function (filename, opts) {
return browserify.configure(opts)(filename);
};

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

{
"name": "6to5-browserify",
"description": "6to5 browserify plugin",
"version": "1.1.0",
"version": "1.2.0",
"author": "Sebastian McKenzie <sebmck@gmail.com>",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/sebmck/6to5-browserify",

# 6to5-browserify
[6to5](https://github.com/sebmck/6to5) [browserify](https://github.com/substack/node-browserify) plugin
[6to5](https://github.com/6to5/6to5) [browserify](https://github.com/substack/node-browserify) plugin

@@ -5,0 +5,0 @@ ## Installation

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