Socket
Socket
Sign inDemoInstall

babelify

Package Overview
Dependencies
51
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.0.1

2

index.js

@@ -56,3 +56,3 @@ var assign = require("object-assign");

return function (filename) {
if (!babel.canCompile(filename, extensions)) {
if (!babel.util.canCompile(filename, extensions)) {
return stream.PassThrough();

@@ -59,0 +59,0 @@ }

{
"name": "babelify",
"description": "Babel browserify transform",
"version": "7.0.0",
"version": "7.0.1",
"author": "Sebastian McKenzie <sebmck@gmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc