Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-helper-get-function-arity

Package Overview
Dependencies
Maintainers
6
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-helper-get-function-arity - npm Package Compare versions

Comparing version 6.5.0 to 6.6.4

4

lib/index.js

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

exports["default"] = function (node) /*: number*/ {
var params /*: Array<Object>*/ = node.params;
exports["default"] = function (node) {
var params = node.params;
for (var i = 0; i < params.length; i++) {

@@ -15,0 +15,0 @@ var param = params[i];

{
"name": "babel-helper-get-function-arity",
"version": "6.5.0",
"version": "6.6.4",
"description": "",

@@ -10,4 +10,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",

"babel-runtime": "^5.0.0",
"babel-types": "^6.3.13"
"babel-types": "^6.6.4"
}
}
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