You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
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

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "cherow",
"version": "0.1.0",
"version": "0.1.1",
"description": "",

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

@@ -14,3 +14,3 @@ # Cherow

- Optional tracking of syntax node location (index-based and line-column)
- 6300 unit tests with full code coverage
- 4300 unit tests with full code coverage

@@ -34,3 +34,3 @@ ## ESNext features

* `raw` - Enables the raw property on literal nodes (*Esprima and Acorn feature*)
* `onComment` - Enables option to collect comments. Optional; Either array or function.
* `onComment` - Enables option to collect comments. Optional; Either array or function. Works like `Acorn`
* `tokenize` - If enabled each found token will be returned as either an function or an array (*work in progres*)

@@ -42,3 +42,2 @@ * `ranges` - Enables the start and characters offsets on the AST node.

## Benchmarks

@@ -59,2 +58,2 @@

- Avoid duplicating the source code
- Create tests that cover what you have implemented
- Create tests that cover what you have implemented

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc