Socket
Socket
Sign inDemoInstall

babel-helper-optimise-call-expression

Package Overview
Dependencies
Maintainers
6
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-helper-optimise-call-expression - npm Package Compare versions

Comparing version 6.23.0 to 7.0.0-alpha.1

4

lib/index.js

@@ -17,4 +17,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-optimise-call-expression",
"version": "6.23.0",
"version": "7.0.0-alpha.1",
"description": "Helper function to optimise call expression",

@@ -9,5 +9,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",

"dependencies": {
"babel-runtime": "^6.22.0",
"babel-types": "^6.23.0"
"babel-types": "7.0.0-alpha.1"
}
}
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