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

ast-query

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ast-query - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

lib/nodes/CallExpression.js

3

lib/nodes/AssignmentExpression.js
var _ = require('lodash');
var valueFactory = require('../factory/value.js');
var Base = require('./base');
var Base = require('./Base');

@@ -31,2 +31,1 @@ /**

});
{
"name": "ast-query",
"version": "0.2.0",
"version": "0.2.1",
"description": "Declarative JavaScript AST modification façade",

@@ -23,4 +23,4 @@ "main": "lib/tree.js",

"dependencies": {
"esprima": "~1.0.4",
"escodegen": "~1.2.0",
"esprima": "~1.1.1",
"escodegen": "~1.3.1",
"lodash": "~2.4.1",

@@ -33,6 +33,6 @@ "traverse": "~0.6.6",

"grunt-cli": "~0.1.9",
"grunt-contrib-jshint": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-simple-mocha": "~0.4.0",
"grunt-release": "~0.4.0"
"grunt-release": "~0.7.0"
}
}
AST Query
================
[![npm](https://badge.fury.io/js/ast-query.svg)](http://badge.fury.io/js/ast-query) [![tests](https://travis-ci.org/SBoudrias/AST-query.svg?branch=master)](http://travis-ci.org/SBoudrias/AST-query) [![dependencies](https://david-dm.org/SBoudrias/AST-query.svg?theme=shields.io)](https://david-dm.org/SBoudrias/AST-query)
This project is a tentative to create a simple JavaScript AST modification library.

@@ -5,0 +8,0 @@

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