Comparing version 2.0.1 to 2.0.2
# 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. |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
61176
+ Addeddtrace-provider@0.8.8(transitive)
+ Addedextsprintf@1.3.0(transitive)
+ Addedjson-schema@0.4.0(transitive)
+ Addedjsprim@2.0.2(transitive)
+ Addedverror@1.10.1(transitive)
- Removeddtrace-provider@0.8.6(transitive)
- Removedextsprintf@1.0.21.4.1(transitive)
- Removedjson-schema@0.2.3(transitive)
- Removedjsprim@1.4.0(transitive)
- Removedverror@1.3.6(transitive)
Updatedassert-plus@^1.0.0
Updateddtrace-provider@^0.8.8
Updatedjsprim@^2.0.0
Updatedvasync@^1.6.4
Updatedverror@^1.10.0