Socket
Socket
Sign inDemoInstall

@babel/helper-get-function-arity

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-get-function-arity - npm Package Compare versions

Comparing version 7.0.0-beta.43 to 7.0.0-beta.44

10

lib/index.js

@@ -9,5 +9,5 @@ "use strict";

function t() {
const data = _interopRequireWildcard(require("@babel/types"));
var data = _interopRequireWildcard(require("@babel/types"));
t = function () {
t = function t() {
return data;

@@ -22,6 +22,6 @@ };

function _default(node) {
const params = node.params;
var params = node.params;
for (let i = 0; i < params.length; i++) {
const param = params[i];
for (var i = 0; i < params.length; i++) {
var param = params[i];

@@ -28,0 +28,0 @@ if (t().isAssignmentPattern(param) || t().isRestElement(param)) {

{
"name": "@babel/helper-get-function-arity",
"version": "7.0.0-beta.43",
"version": "7.0.0-beta.44",
"description": "Helper function to get function arity",

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

"dependencies": {
"@babel/types": "7.0.0-beta.43"
"@babel/types": "7.0.0-beta.44"
}
}
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