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

koatty_trace

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koatty_trace - npm Package Compare versions

Comparing version 1.4.1 to 1.4.3

5

dist/index.js

@@ -8,3 +8,2 @@ "use strict";

const koatty_exception_1 = require("koatty_exception");
const uuid_1 = require("uuid");
const async_hooks_1 = require("async_hooks");

@@ -19,3 +18,5 @@ const wrap_1 = require("./wrap");

headerName: 'X-Request-Id',
requestIdFactory: uuid_1.v4,
requestIdFactory: (key = "") => {
return Symbol(key).toString();
},
};

@@ -22,0 +23,0 @@ /**

2

package.json
{
"name": "koatty_trace",
"version": "1.4.1",
"version": "1.4.3",
"description": "Full link tracking and error interception for koatty.",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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