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

artedi

Package Overview
Dependencies
Maintainers
13
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

artedi - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

16

CHANGES.md
# Changelog
## Not yet released
None
## 2.0.2
- MANTA-5184 bump dtrace-provider dep and relax other deps
## 2.0.1
* MANTA-4959 Use Math.log10() ployfill
## 2.0.0 [backward incompatible if you use histograms]
* #17 Histogram buckets completely changed to be compatible with Prometheus. You
can now either pass in an array of bucket values. If you do not pass in bucket
values, you will get the default buckets:
```
[0.005, 0.01, 0.025, 0.05, 0.1, 0.25, 0.5, 1, 2.5, 5, 10]
```
```
[0.005, 0.01, 0.025, 0.05, 0.1, 0.25, 0.5, 1, 2.5, 5, 10]
```
* Important: see [docs/migrating.md](docs/migrating.md) for details on migrating

@@ -14,0 +24,0 @@ from node-artedi v1.x to v2.x.

12

package.json
{
"name": "artedi",
"version": "2.0.1",
"version": "2.0.2",
"description": "a metric client library",
"main": "lib/collector.js",
"dependencies": {
"assert-plus": "1.0.0",
"dtrace-provider": "0.8.6",
"jsprim": "1.4.0",
"vasync": "1.6.4",
"verror": "1.10.0"
"assert-plus": "^1.0.0",
"dtrace-provider": "^0.8.8",
"jsprim": "^2.0.0",
"vasync": "^1.6.4",
"verror": "^1.10.0"
},

@@ -13,0 +13,0 @@ "devDependencies": {

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