Socket
Socket
Sign inDemoInstall

babel-helper-function-name

Package Overview
Dependencies
Maintainers
4
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 7.0.0-alpha.12 to 7.0.0-alpha.14

4

lib/index.js

@@ -90,3 +90,5 @@ "use strict";

var build = buildPropertyMethodAssignmentWrapper;
if (method.generator) build = buildGeneratorPropertyMethodAssignmentWrapper;
if (method.generator) {
build = buildGeneratorPropertyMethodAssignmentWrapper;
}
var _template = build({

@@ -93,0 +95,0 @@ FUNCTION: method,

{
"name": "babel-helper-function-name",
"version": "7.0.0-alpha.12",
"version": "7.0.0-alpha.14",
"description": "Helper function to change the property 'name' of every function",

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

"dependencies": {
"babel-helper-get-function-arity": "7.0.0-alpha.12",
"babel-template": "7.0.0-alpha.12",
"babel-traverse": "7.0.0-alpha.12",
"babel-types": "7.0.0-alpha.12"
"babel-helper-get-function-arity": "7.0.0-alpha.14",
"babel-template": "7.0.0-alpha.14",
"babel-traverse": "7.0.0-alpha.14",
"babel-types": "7.0.0-alpha.14"
}
}
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