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 0.0.7 to 0.0.8

7

index.js
var through = require("through");
var path = require("path");
var to5 = require("6to5");

@@ -13,4 +14,6 @@ var _ = require("lodash");

return function (filename) {
if (!to5.util.canCompile(filename)) return through();
if (path.extname(filename) == '.json') {
return through();
}
var data = "";

@@ -17,0 +20,0 @@

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

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

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