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

chewbacca

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chewbacca - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

bin/chewbacca.js

12

package.json
{
"name": "chewbacca",
"version": "1.0.2",
"version": "1.1.0",
"description": "A benchmark tool for Mocha test that will run the body of each test many times.",

@@ -10,5 +10,11 @@ "scripts": {

"license": "MIT",
"bin": {
"chewbacca": "./bin/chewbacca.js"
},
"dependencies": {
"escape-string-regexp": "^1.0.3",
"rsvp": "^3.1.0"
"async": "1.4.2",
"escape-string-regexp": "1.0.3",
"minimist": "1.2.0",
"passerror": "1.1.0",
"rsvp": "3.1.0"
},

@@ -15,0 +21,0 @@ "peerDependencies": {

@@ -9,3 +9,3 @@ # Benchmarking Mocha tests

```js
mocha --ui chewbacca/mocha-benchmark-ui --reporter chewbacca/mocha-benchmark-reporter test/benchmark.spec.js
mocha --no-timeouts --ui chewbacca/mocha-benchmark-ui --reporter chewbacca/mocha-benchmark-reporter test/benchmark.spec.js
```

@@ -12,0 +12,0 @@

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