Socket
Socket
Sign inDemoInstall

@babel/helper-function-name

Package Overview
Dependencies
Maintainers
5
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.47 to 7.0.0-beta.48

6

lib/index.js

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

_helperGetFunctionArity = function _helperGetFunctionArity() {
_helperGetFunctionArity = function () {
return data;

@@ -22,3 +22,3 @@ };

_template = function _template() {
_template = function () {
return data;

@@ -33,3 +33,3 @@ };

t = function t() {
t = function () {
return data;

@@ -36,0 +36,0 @@ };

{
"name": "@babel/helper-function-name",
"version": "7.0.0-beta.47",
"version": "7.0.0-beta.48",
"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.47",
"@babel/template": "7.0.0-beta.47",
"@babel/types": "7.0.0-beta.47"
"@babel/helper-get-function-arity": "7.0.0-beta.48",
"@babel/template": "7.0.0-beta.48",
"@babel/types": "7.0.0-beta.48"
}
}
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