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.7.0 to 1.7.1

5

bin/chewbacca.js

@@ -108,5 +108,6 @@ #!/usr/bin/env node

console.log(result.fullTitle,
Math.round(otherResult.metadata.operationsPrSecond),
'vs.',
Math.round(result.metadata.operationsPrSecond),
'/',
Math.round(otherResult.metadata.operationsPrSecond),
'ops',
(100 * Math.abs(ratio)).toFixed(2) + '%',

@@ -113,0 +114,0 @@ ratio < 0 ? 'slower' : 'faster'

2

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

@@ -5,0 +5,0 @@ "scripts": {

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