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.18.0 to 6.22.0

8

lib/index.js

@@ -6,6 +6,6 @@ "use strict";

exports.default = function (_ref) {
var node = _ref.node;
var parent = _ref.parent;
var scope = _ref.scope;
var id = _ref.id;
var node = _ref.node,
parent = _ref.parent,
scope = _ref.scope,
id = _ref.id;

@@ -12,0 +12,0 @@ if (node.id) return;

{
"name": "babel-helper-function-name",
"version": "6.18.0",
"version": "6.22.0",
"description": "Helper function to change the property 'name' of every function",

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

"dependencies": {
"babel-runtime": "^6.0.0",
"babel-types": "^6.18.0",
"babel-traverse": "^6.18.0",
"babel-helper-get-function-arity": "^6.18.0",
"babel-template": "^6.8.0"
"babel-runtime": "^6.22.0",
"babel-types": "^6.22.0",
"babel-traverse": "^6.22.0",
"babel-helper-get-function-arity": "^6.22.0",
"babel-template": "^6.22.0"
}
}
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