Socket
Socket
Sign inDemoInstall

@babel/helper-optimise-call-expression

Package Overview
Dependencies
Maintainers
4
Versions
71
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 7.22.5 to 8.0.0-alpha.0

8

lib/index.js

@@ -1,8 +0,3 @@

"use strict";
import * as _t from '@babel/types';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = optimiseCallExpression;
var _t = require("@babel/types");
const {

@@ -33,2 +28,3 @@ callExpression,

export { optimiseCallExpression as default };
//# sourceMappingURL=index.js.map
{
"name": "@babel/helper-optimise-call-expression",
"version": "7.22.5",
"version": "8.0.0-alpha.0",
"description": "Helper function to optimise call expression",

@@ -17,13 +17,17 @@ "repository": {

"dependencies": {
"@babel/types": "^7.22.5"
"@babel/types": "^8.0.0-alpha.0"
},
"devDependencies": {
"@babel/generator": "^7.22.5",
"@babel/parser": "^7.22.5"
"@babel/generator": "^8.0.0-alpha.0",
"@babel/parser": "^8.0.0-alpha.0"
},
"engines": {
"node": ">=6.9.0"
"node": "^16.20.0 || ^18.16.0 || >=20.0.0"
},
"author": "The Babel Team (https://babel.dev/team)",
"type": "commonjs"
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"type": "module"
}

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

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

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

Sorry, the diff of this file is not supported yet

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