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 8.0.0-alpha.8 to 8.0.0-alpha.9

lib/index.d.ts

15

package.json
{
"name": "@babel/helper-optimise-call-expression",
"version": "8.0.0-alpha.8",
"version": "8.0.0-alpha.9",
"description": "Helper function to optimise call expression",

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

"dependencies": {
"@babel/types": "^8.0.0-alpha.8"
"@babel/types": "^8.0.0-alpha.9"
},
"devDependencies": {
"@babel/generator": "^8.0.0-alpha.8",
"@babel/parser": "^8.0.0-alpha.8"
"@babel/generator": "^8.0.0-alpha.9",
"@babel/parser": "^8.0.0-alpha.9"
},
"engines": {
"node": "^16.20.0 || ^18.16.0 || >=20.0.0"
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
},
"author": "The Babel Team (https://babel.dev/team)",
"exports": {
".": "./lib/index.js",
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"

@@ -31,0 +34,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc