Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ast-generator

Package Overview
Dependencies
Maintainers
1
Versions
9
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.0.4 to 0.0.5

4

CHANGELOG.md

@@ -1,3 +0,3 @@

## v0.0.1
## v0.0.x
- Initial release
- Initial unstable/WIP release

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

};
var DEFAULT_BUILTINS = ['boolean', 'number', 'string'];
var DEFAULT_BUILTINS = ['boolean', 'number', 'string', 'mixed'];
var TYPEOF_CHECKS = new Set(['boolean', 'number', 'string']); // e.g. "SomeNode" or "@SomeGroup"

@@ -49,0 +49,0 @@

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

@@ -5,0 +5,0 @@ "license": "MIT",

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