Socket
Socket
Sign inDemoInstall

@babel/helper-fixtures

Package Overview
Dependencies
Maintainers
4
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-fixtures - 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-fixtures",
"version": "8.0.0-alpha.8",
"version": "8.0.0-alpha.9",
"description": "Helper function to support fixtures",

@@ -18,13 +18,20 @@ "author": "The Babel Team (https://babel.dev/team)",

"dependencies": {
"@jridgewell/gen-mapping": "^0.3.5",
"semver": "^7.3.4"
},
"devDependencies": {
"@jridgewell/gen-mapping": "^0.3.5",
"@babel/core": "^8.0.0-alpha.9",
"@types/semver": "^7.3.4"
},
"peerDependencies": {
"@babel/core": "^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"
},
"exports": {
".": "./lib/index.js",
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"

@@ -31,0 +38,0 @@ },

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