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.1.2 to 0.1.3

6

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

@@ -39,3 +39,5 @@ "main": "dist/cherow.js",

"watch:tests": "mocha test/specs/**/*.ts -R spec --bail --watch",
"watch:build": "tsc --skipLibCheck -t es2015 --m es2015 -w"
"watch:build": "tsc --skipLibCheck -t es2015 --m es2015 -w",
"circleci": "npm run coverage && npm run test",
"appveyor": "npm run build && npm run coverage && npm run test"
},

@@ -42,0 +44,0 @@ "devDependencies": {

[![Build Status](https://travis-ci.org/cherow/cherow.svg?branch=master)](https://travis-ci.org/cherow/cherow)
[![CircleCI](https://circleci.com/gh/cherow/cherow.svg?style=svg)](https://circleci.com/gh/cherow/cherow)

@@ -46,4 +47,6 @@ Cherow is a very fast, standard-compliant [ECMAScript](http://www.ecma-international.org/publications/standards/Ecma-262.htm) parser written in ECMAScript.

Cherow can be used to perform syntactic analysis of Javascript program.
Cherow can be used to perform syntactic analysis of Javascript program.
*Note!* there does not exist an `sourceType: module` option for parsing module code. Acc. the Ecmascript specs you should use either `parseScript` or `parseModule`.
```js

@@ -50,0 +53,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