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.2.0 to 0.2.1

8

dist/index.js

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

function asNode<N extends Node>(node: N): N {
return Object.defineProperties(
node,
{
_kind: { enumerable: false },
range: { enumerable: false }
}
);
return Object.defineProperty(node, 'range', { enumerable: false });
}

@@ -336,0 +330,0 @@

2

package.json
{
"name": "ast-generator",
"version": "0.2.0",
"version": "0.2.1",
"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