Socket
Socket
Sign inDemoInstall

@babel/helper-function-name

Package Overview
Dependencies
Maintainers
6
Versions
76
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 7.0.0-beta.38 to 7.0.0-beta.39

2

lib/index.js

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

if (binding && binding.constant && scope.getBinding(id.name) === binding) {
node.id = id;
node.id = t.cloneNode(id);
node.id[t.NOT_LOCAL_BINDING] = true;

@@ -106,0 +106,0 @@ return;

{
"name": "@babel/helper-function-name",
"version": "7.0.0-beta.38",
"version": "7.0.0-beta.39",
"description": "Helper function to change the property 'name' of every function",

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

"dependencies": {
"@babel/helper-get-function-arity": "7.0.0-beta.38",
"@babel/template": "7.0.0-beta.38",
"@babel/types": "7.0.0-beta.38"
"@babel/helper-get-function-arity": "7.0.0-beta.39",
"@babel/template": "7.0.0-beta.39",
"@babel/types": "7.0.0-beta.39"
}
}
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