Socket
Socket
Sign inDemoInstall

cherow

Package Overview
Dependencies
Maintainers
1
Versions
536
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cherow - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

6

package.json
{
"name": "cherow",
"version": "0.0.19",
"version": "0.0.20",
"description": "Fast, standard-compliant ECMAScript parser written in ECMAScript",

@@ -8,6 +8,2 @@ "main": "dist/cherow.js",

"license": "MIT",
"engines": {
"node": ">= 5.4.1 < 6",
"npm": ">= 3.5.3"
},
"homepage": "https://github.com/cherow/cherow",

@@ -14,0 +10,0 @@ "repository": {

14

README.md

@@ -27,3 +27,3 @@ [![Build Status](https://travis-ci.org/cherow/cherow.svg?branch=master)](https://travis-ci.org/cherow/cherow)

## V8 experimal features
## V8 experimental features

@@ -47,3 +47,3 @@ This need to be enabled with the `v8` option

Cherow can be used to perform syntactic analysis of Javascript program, or lexical analysis (tokenization).
Cherow can be used to perform syntactic analysis of Javascript program.

@@ -69,3 +69,2 @@ ```js

### Collecting comments

@@ -102,6 +101,11 @@

## Benchmarks
## Performance and benchmarks
See the benchmarks [here](BENCHMARK.md)
The most important thing for an ECMAScript parser is the performance. Especially important is it when the parser is a
dependency in other libraries. Poor performance will slow down the main library.
Cherow has been developed from scratch with only one goal - performance.
You can find the the benchmarks [here](BENCHMARK.md)
## ESTree

@@ -108,0 +112,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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