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

astgen

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astgen - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

7

package.json
{
"name": "astgen",
"version": "0.0.1",
"version": "0.0.2",
"description": "Generate SpiderMonkey-compatible JavaScript abstract syntax trees",

@@ -17,3 +17,6 @@ "main": "index.js",

"scripts": {
"install": "coffee -co lib/ src/*"
"build": "coffee -co lib/ src/*",
"clean": "rm lib/*.js",
"prepublish": "npm run build",
"postpublish": "npm run clean"
},

@@ -20,0 +23,0 @@ "repository": {

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