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

rocambole

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

rocambole - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"name": "rocambole",
"version": "0.5.0",
"version": "0.5.1",
"description": "Recursively walk and transform EcmaScript AST",

@@ -5,0 +5,0 @@ "main": "rocambole.js",

@@ -126,6 +126,7 @@ # Rocambole [![Build Status](https://secure.travis-ci.org/millermedeiros/rocambole.png?branch=master)](https://travis-ci.org/millermedeiros/rocambole)

- [rocambole-node](https://github.com/millermedeiros/rocambole-node): helpers for node manipulation/traversal
- [rocambole-whitespace](https://github.com/millermedeiros/rocambole-whitespace): helpers for whitespace manipulation
- [rocambole-linebreak](https://github.com/millermedeiros/rocambole-linebreak): helpers for line break manipulation
- [rocambole-indent](https://github.com/millermedeiros/rocambole-indent): helpers for indentation
There are a few nice helpers on [esformatter](https://github.com/millermedeiros/esformatter/) to deal with indentation, white spaces and line breaks that might be useful.
## API

@@ -230,2 +231,7 @@

### v0.5.1 (2015/03/19)
- make it compatible with esprima@2.1 (don't loop through the same CatchClause
twice).
### v0.5.0 (2015/02/25)

@@ -232,0 +238,0 @@

@@ -24,2 +24,6 @@ /*jshint node:true */

// esprima@2.1 introduces a "handler" property on TryStatement, so we would
// loop the same node twice (see jquery/esprima/issues/1031 and #264)`
handler : true,
// IMPORTANT! "value" can't be bypassed since it is used by object

@@ -26,0 +30,0 @@ // expression

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