Socket
Socket
Sign inDemoInstall

@contrast/metrics

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/metrics - npm Package Compare versions

Comparing version 1.8.2 to 1.8.3

4

lib/index.d.ts

@@ -8,7 +8,3 @@ declare function _exports(core: {

}): import('@contrast/common').Installable;
declare namespace _exports {
export { kMetrics };
}
export = _exports;
declare const kMetrics: unique symbol;
//# sourceMappingURL=index.d.ts.map

3

lib/index.js

@@ -19,3 +19,3 @@ /*

const { kServerResponse } = require('node:_http_server');
const kMetrics = Symbol('contrast.metrics');
const { symbols: { kMetrics } } = require('@contrast/common');
const patchType = 'metrics';

@@ -90,3 +90,2 @@ /**

};
module.exports.kMetrics = kMetrics;
//# sourceMappingURL=index.js.map
{
"name": "@contrast/metrics",
"version": "1.8.2",
"version": "1.8.3",
"description": "Records and logs route latency",

@@ -21,4 +21,4 @@ "license": "SEE LICENSE IN LICENSE",

"dependencies": {
"@contrast/common": "1.21.2"
"@contrast/common": "1.21.3"
}
}

Sorry, the diff of this file is not supported yet

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