Socket
Socket
Sign inDemoInstall

@babel/helper-create-class-features-plugin

Package Overview
Dependencies
Maintainers
4
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-create-class-features-plugin - npm Package Compare versions

Comparing version 8.0.0-alpha.8 to 8.0.0-alpha.9

lib/index.d.ts

33

package.json
{
"name": "@babel/helper-create-class-features-plugin",
"version": "8.0.0-alpha.8",
"version": "8.0.0-alpha.9",
"author": "The Babel Team (https://babel.dev/team)",

@@ -21,19 +21,19 @@ "license": "MIT",

"dependencies": {
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.8",
"@babel/helper-environment-visitor": "^8.0.0-alpha.8",
"@babel/helper-function-name": "^8.0.0-alpha.8",
"@babel/helper-member-expression-to-functions": "^8.0.0-alpha.8",
"@babel/helper-optimise-call-expression": "^8.0.0-alpha.8",
"@babel/helper-replace-supers": "^8.0.0-alpha.8",
"@babel/helper-skip-transparent-expression-wrappers": "^8.0.0-alpha.8",
"@babel/helper-split-export-declaration": "^8.0.0-alpha.8",
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.9",
"@babel/helper-environment-visitor": "^8.0.0-alpha.9",
"@babel/helper-function-name": "^8.0.0-alpha.9",
"@babel/helper-member-expression-to-functions": "^8.0.0-alpha.9",
"@babel/helper-optimise-call-expression": "^8.0.0-alpha.9",
"@babel/helper-replace-supers": "^8.0.0-alpha.9",
"@babel/helper-skip-transparent-expression-wrappers": "^8.0.0-alpha.9",
"@babel/helper-split-export-declaration": "^8.0.0-alpha.9",
"semver": "^7.3.4"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.8"
"@babel/core": "^8.0.0-alpha.9"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.8",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.8",
"@babel/preset-env": "^8.0.0-alpha.8",
"@babel/core": "^8.0.0-alpha.9",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.9",
"@babel/preset-env": "^8.0.0-alpha.9",
"@types/charcodes": "^0.2.0",

@@ -43,6 +43,9 @@ "charcodes": "^0.2.0"

"engines": {
"node": "^16.20.0 || ^18.16.0 || >=20.0.0"
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
},
"exports": {
".": "./lib/index.js",
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"

@@ -49,0 +52,0 @@ },

Sorry, the diff of this file is too big to display

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