Socket
Socket
Sign inDemoInstall

babel-helper-get-function-arity

Package Overview
Dependencies
4
Maintainers
6
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.22.0 to 7.0.0-alpha.1

4

lib/index.js

@@ -20,4 +20,2 @@ "use strict";

function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
module.exports = exports["default"];
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
{
"name": "babel-helper-get-function-arity",
"version": "6.22.0",
"version": "7.0.0-alpha.1",
"description": "Helper function to get function arity",

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

"dependencies": {
"babel-runtime": "^6.22.0",
"babel-types": "^6.22.0"
"babel-types": "7.0.0-alpha.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc