Socket
Socket
Sign inDemoInstall

babel-helper-function-name

Package Overview
Dependencies
Maintainers
6
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-helper-function-name - npm Package Compare versions

Comparing version 6.3.15 to 6.4.0

3

lib/index.js

@@ -144,2 +144,5 @@ "use strict";

}
} else if (t.isAssignmentExpression(parent)) {
// foo = function () {};
id = parent.left;
} else if (!id) {

@@ -146,0 +149,0 @@ return;

4

package.json
{
"name": "babel-helper-function-name",
"version": "6.3.15",
"version": "6.4.0",
"description": "",

@@ -10,3 +10,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",

"babel-runtime": "^5.0.0",
"babel-types": "^6.3.13",
"babel-types": "^6.4.0",
"babel-traverse": "^6.3.15",

@@ -13,0 +13,0 @@ "babel-helper-get-function-arity": "^6.3.13",

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