Socket
Socket
Sign inDemoInstall

cronometro

Package Overview
Dependencies
23
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 2.0.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 2023-12-20 / 2.0.0
- chore: Updated dependencies.
### 2023-10-23 / 1.2.0

@@ -2,0 +6,0 @@

2

dist/runner.js

@@ -34,3 +34,3 @@ import { isMainThread, parentPort, workerData } from 'node:worker_threads';

});
}, process.exit);
}, (code)=>process.exit(code));
}).catch((error)=>{

@@ -37,0 +37,0 @@ process.nextTick(()=>{

{
"name": "cronometro",
"version": "1.2.0",
"version": "2.0.0",
"description": "Simple benchmarking suite powered by HDR histograms.",

@@ -40,3 +40,3 @@ "homepage": "https://sw.cowtech.it/cronometro",

"dependencies": {
"acquerello": "^1.1.2",
"acquerello": "^2.0.0",
"hdr-histogram-js": "^3.0.0",

@@ -46,15 +46,15 @@ "table": "^6.8.1"

"devDependencies": {
"@cowtech/eslint-config": "^8.10.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.94",
"@types/node": "^20.8.7",
"@types/tap": "^15.0.10",
"@cowtech/eslint-config": "^9.0.0",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.101",
"@types/node": "^20.10.5",
"@types/tap": "^15.0.11",
"c8": "^8.0.1",
"chokidar": "^3.5.3",
"concurrently": "^8.2.2",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"proxyquire": "^2.1.3",
"tap": "^18.5.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"tap": "^18.6.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},

@@ -61,0 +61,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc