New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@agoric/babel-generator

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/babel-generator - npm Package Compare versions

Comparing version 7.17.3 to 7.17.4

24

package.json
{
"name": "@agoric/babel-generator",
"version": "7.17.3",
"version": "7.17.4",
"description": "Turns an AST into code.",

@@ -22,9 +22,9 @@ "author": "The Babel Team (https://babel.dev/team)",

"dependencies": {
"@babel/types": "workspace:^",
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
"@babel/types": "^7.17.0",
"jsesc": "^2.5.1",
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-fixtures": "workspace:^",
"@babel/parser": "workspace:^",
"@babel/helper-fixtures": "^7.17.0",
"@babel/parser": "^7.17.3",
"@jridgewell/trace-mapping": "^0.3.4",

@@ -37,15 +37,3 @@ "@types/jsesc": "^2.5.0",

"node": ">=6.9.0"
},
"conditions": {
"BABEL_8_BREAKING": [
null,
{
"exports": null
}
]
},
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
}
}
}
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