Socket
Socket
Sign inDemoInstall

@babel/helper-optimise-call-expression

Package Overview
Dependencies
4
Maintainers
6
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.10.4 to 7.12.7

4

lib/index.js

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

})) {
if (optional) {
return t.optionalCallExpression(t.optionalMemberExpression(callee, t.identifier("apply"), false, true), [thisNode, args[0].argument], false);
}
return t.callExpression(t.memberExpression(callee, t.identifier("apply")), [thisNode, args[0].argument]);

@@ -20,0 +24,0 @@ } else {

11

package.json
{
"name": "@babel/helper-optimise-call-expression",
"version": "7.10.4",
"version": "7.12.7",
"description": "Helper function to optimise call expression",

@@ -16,5 +16,8 @@ "repository": {

"dependencies": {
"@babel/types": "^7.10.4"
"@babel/types": "^7.12.7"
},
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
}
"devDependencies": {
"@babel/generator": "7.12.5",
"@babel/parser": "7.12.7"
}
}

@@ -5,3 +5,3 @@ # @babel/helper-optimise-call-expression

See our website [@babel/helper-optimise-call-expression](https://babeljs.io/docs/en/next/babel-helper-optimise-call-expression.html) for more information.
See our website [@babel/helper-optimise-call-expression](https://babeljs.io/docs/en/babel-helper-optimise-call-expression) for more information.

@@ -8,0 +8,0 @@ ## Install

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