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

babel-plugin-transform-es2015-arrow-functions

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-es2015-arrow-functions - npm Package Compare versions

Comparing version 7.0.0-alpha.15 to 7.0.0-alpha.16

1

lib/index.js

@@ -10,3 +10,2 @@ "use strict";

if (!path.isArrowFunctionExpression()) return;
path.arrowFunctionToExpression({

@@ -13,0 +12,0 @@ allowInsertArrow: false,

8

package.json
{
"name": "babel-plugin-transform-es2015-arrow-functions",
"version": "7.0.0-alpha.15",
"version": "7.0.0-alpha.16",
"description": "Compile ES2015 arrow functions to ES5",

@@ -12,6 +12,6 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-arrow-functions",

"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.15",
"babel-traverse": "7.0.0-alpha.15",
"babel-types": "7.0.0-alpha.15"
"babel-helper-plugin-test-runner": "7.0.0-alpha.16",
"babel-traverse": "7.0.0-alpha.16",
"babel-types": "7.0.0-alpha.16"
}
}
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