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

ast-generator

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ast-generator - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

dist/index.js

@@ -484,3 +484,5 @@ #!/usr/bin/env node

}
const code = _prettier2.default.format(uglyCode, __spreadProps(__spreadValues({}, config), { parser: "typescript" }));
const code = yield _prettier2.default.format(uglyCode, __spreadProps(__spreadValues({}, config), {
parser: "typescript"
}));
writeFile(code, outpath);

@@ -487,0 +489,0 @@ });

{
"name": "ast-generator",
"version": "0.2.2",
"version": "0.2.3",
"description": "Helper to generate a TypeScript or JavaScript module for an arbitrary AST definition from a specification.",

@@ -5,0 +5,0 @@ "bin": {

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