Socket
Socket
Sign inDemoInstall

@appsignal/types

Package Overview
Dependencies
Maintainers
7
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsignal/types - npm Package Compare versions

Comparing version 2.0.5 to 2.1.0

CHANGELOG.md

2

dist/cjs/interfaces/tracer.d.ts

@@ -9,2 +9,4 @@ /// <reference types="node" />

currentSpan(): NodeSpan;
rootSpan(): NodeSpan | undefined;
addError(error: Error): NodeSpan | undefined;
withSpan<T>(span: NodeSpan, fn: (s: NodeSpan) => T): T;

@@ -11,0 +13,0 @@ wrap<T>(fn: Func<T>): Func<T>;

@@ -9,2 +9,4 @@ /// <reference types="node" />

currentSpan(): NodeSpan;
rootSpan(): NodeSpan | undefined;
addError(error: Error): NodeSpan | undefined;
withSpan<T>(span: NodeSpan, fn: (s: NodeSpan) => T): T;

@@ -11,0 +13,0 @@ wrap<T>(fn: Func<T>): Func<T>;

5

package.json
{
"name": "@appsignal/types",
"version": "2.0.5",
"version": "2.1.0",
"main": "dist/cjs/index.js",

@@ -25,4 +25,3 @@ "module": "dist/esm/index.js",

},
"sideEffects": false,
"gitHead": "2366aaa76dde1a81c91d404d81d978c41282aa9b"
"sideEffects": false
}

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