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.1 to 2.0.2

4

CHANGELOG.md

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

### 2024-01-27 / 2.0.2
- chore: Updated dependencies.
### 2024-01-24 / 2.0.1

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

16

package.json
{
"name": "cronometro",
"version": "2.0.1",
"version": "2.0.2",
"description": "Simple benchmarking suite powered by HDR histograms.",

@@ -30,4 +30,4 @@ "homepage": "https://sw.cowtech.it/cronometro",

"scripts": {
"dev": "swc --delete-dir-on-start -s -w -d dist src",
"build": "swc --delete-dir-on-start -d dist src",
"dev": "swc --strip-leading-paths --delete-dir-on-start -s -w -d dist src",
"build": "swc --strip-leading-paths --delete-dir-on-start -d dist src",
"postbuild": "concurrently npm:lint npm:typecheck",

@@ -44,3 +44,3 @@ "format": "prettier -w src test",

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

@@ -51,5 +51,5 @@ "table": "^6.8.1"

"@cowtech/eslint-config": "^9.0.3",
"@swc/cli": "^0.2.3",
"@swc/core": "^1.3.105",
"@types/node": "^20.11.6",
"@swc/cli": "^0.3.2",
"@swc/core": "^1.3.106",
"@types/node": "^20.11.7",
"@types/tap": "^15.0.11",

@@ -61,3 +61,3 @@ "c8": "^9.1.0",

"proxyquire": "^2.1.3",
"tap": "^18.6.1",
"tap": "^18.7.0",
"ts-node": "^10.9.2",

@@ -64,0 +64,0 @@ "typescript": "^5.3.3"

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