Socket
Socket
Sign inDemoInstall

babel

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel - npm Package Compare versions

Comparing version 4.5.3 to 4.5.4

5

CHANGELOG.md

@@ -16,2 +16,7 @@ # Changelog

## 4.5.3
* **Bug Fix**
* Fix whitelisting logic for helper build script.
## 4.5.2

@@ -18,0 +23,0 @@

2

lib/babel/build-helpers.js

@@ -12,3 +12,3 @@ "use strict";

each(File.helpers, function (name) {
if (whitelist.length && whitelist.indexOf(key) >= 0) return;
if (whitelist.length && whitelist.indexOf(name) == -1) return;

@@ -15,0 +15,0 @@ var key = t.identifier(t.toIdentifier(name));

{
"name": "babel",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"version": "4.5.3",
"version": "4.5.4",
"author": "Sebastian McKenzie <sebmck@gmail.com>",

@@ -6,0 +6,0 @@ "homepage": "https://babeljs.io/",

Sorry, the diff of this file is too big to display

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