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.11 to 0.0.12

24

BENCHMARK.md

@@ -46,2 +46,26 @@ ## Benchmarks

#### Async functions
**async a => b**
- Cherow x 701,504 ops/sec ±3.56% (86 runs sampled)
- Esprima x 267,482 ops/sec ±2.53% (82 runs sampled)
- Acorn x 141,130 ops/sec ±0.87% (89 runs sampled)
- Fastest is Cherow
**async () => {}**
- Cherow x 1,145,926 ops/sec ±2.84% (86 runs sampled)
- Esprima x 264,543 ops/sec ±4.38% (89 runs sampled)
- Acorn x 141,130 ops/sec ±0.87% (89 runs sampled)
- Fastest is Cherow
**async (a, b, c) => {}**
- Cherow x 472,369 ops/sec ±4.66% (89 runs sampled)
- Esprima x 126,040 ops/sec ±2.68% (89 runs sampled)
- Acorn x 89,031 ops/sec ±4.24% (85 runs sampled)
- Fastest is Cherow
#### Arrow functions

@@ -48,0 +72,0 @@

2

package.json
{
"name": "cherow",
"version": "0.0.11",
"version": "0.0.12",
"description": "",

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

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