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 2.0.0 to 2.0.1

4

CHANGELOG.md

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

### 2024-01-24 / 2.0.1
- chore: Updated TypeScript configuration.
### 2023-12-20 / 2.0.0

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

2

dist/models.d.ts

@@ -1,2 +0,2 @@

/// <reference types="node" />
/// <reference types="node" resolution-mode="require"/>
import { type Histogram } from 'hdr-histogram-js';

@@ -3,0 +3,0 @@ import { type Worker } from 'node:worker_threads';

{
"name": "cronometro",
"version": "2.0.0",
"version": "2.0.1",
"description": "Simple benchmarking suite powered by HDR histograms.",
"homepage": "https://sw.cowtech.it/cronometro",
"repository": "github:ShogunPanda/cronometro",
"repository": {
"type": "git",
"url": "git+https://github.com/ShogunPanda/cronometro.git"
},
"keywords": [

@@ -40,3 +43,3 @@ "benchmark",

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

@@ -46,11 +49,11 @@ "table": "^6.8.1"

"devDependencies": {
"@cowtech/eslint-config": "^9.0.0",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.101",
"@types/node": "^20.10.5",
"@cowtech/eslint-config": "^9.0.3",
"@swc/cli": "^0.2.3",
"@swc/core": "^1.3.105",
"@types/node": "^20.11.6",
"@types/tap": "^15.0.11",
"c8": "^8.0.1",
"c8": "^9.1.0",
"chokidar": "^3.5.3",
"concurrently": "^8.2.2",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"proxyquire": "^2.1.3",

@@ -57,0 +60,0 @@ "tap": "^18.6.1",

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