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.2 to 0.0.3

lib/builder.js

8

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

@@ -10,6 +10,6 @@ "main": "index.js",

"dependencies": {
"coffee-script": "~1.6",
"escodegen": "~0.0.25"
},
"devDependencies": {
"coffee-script": "~1.6",
"esprima": "~1.0.3"

@@ -20,4 +20,4 @@ },

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

@@ -24,0 +24,0 @@ "repository": {

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