Socket
Socket
Sign inDemoInstall

@appsignal/javascript

Package Overview
Dependencies
Maintainers
8
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsignal/javascript - npm Package Compare versions

Comparing version 1.3.27 to 1.3.28

8

CHANGELOG.md
# AppSignal for JavaScript changelog
## 1.3.28
### Changed
- [9b9eadc](https://github.com/appsignal/appsignal-javascript/commit/9b9eadcd0a8bfbfe016d46d6c62920ec0536811f) patch - Remove a restriction in our `setParams` TypeScript types that did not allow nested objects to be sent as params. It is now possible to send nested objects and arrays as values inside the params object.
- patch - Update @appsignal/core dependency to 1.1.20.
- patch - Update @appsignal/types dependency to 3.0.1.
## 1.3.27

@@ -4,0 +12,0 @@

4

dist/cjs/span.d.ts
import { Serializable } from "@appsignal/core";
import type { JSSpanData, Breadcrumb, HashMap, HashMapValue } from "@appsignal/types";
import type { JSSpanData, Breadcrumb, HashMap } from "@appsignal/types";
export declare class Span extends Serializable<JSSpanData> {

@@ -9,5 +9,5 @@ constructor(span?: Partial<JSSpanData>);

setTags(tags: HashMap<string>): this;
setParams(params: HashMap<HashMapValue>): this;
setParams(params: HashMap<any>): this;
setBreadcrumbs(breadcrumbs: Breadcrumb[]): this;
}
//# sourceMappingURL=span.d.ts.map

@@ -1,2 +0,2 @@

export declare const VERSION = "1.3.26";
export declare const VERSION = "1.3.27";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = "1.3.26";
exports.VERSION = "1.3.27";
//# sourceMappingURL=version.js.map
import { Serializable } from "@appsignal/core";
import type { JSSpanData, Breadcrumb, HashMap, HashMapValue } from "@appsignal/types";
import type { JSSpanData, Breadcrumb, HashMap } from "@appsignal/types";
export declare class Span extends Serializable<JSSpanData> {

@@ -9,5 +9,5 @@ constructor(span?: Partial<JSSpanData>);

setTags(tags: HashMap<string>): this;
setParams(params: HashMap<HashMapValue>): this;
setParams(params: HashMap<any>): this;
setBreadcrumbs(breadcrumbs: Breadcrumb[]): this;
}
//# sourceMappingURL=span.d.ts.map

@@ -1,2 +0,2 @@

export declare const VERSION = "1.3.26";
export declare const VERSION = "1.3.27";
//# sourceMappingURL=version.d.ts.map

@@ -1,2 +0,2 @@

export var VERSION = "1.3.26";
export var VERSION = "1.3.27";
//# sourceMappingURL=version.js.map
{
"name": "@appsignal/javascript",
"version": "1.3.27",
"version": "1.3.28",
"main": "dist/cjs/index.js",

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

"dependencies": {
"@appsignal/core": "=1.1.19",
"@appsignal/types": "=3.0.0",
"@appsignal/core": "=1.1.20",
"@appsignal/types": "=3.0.1",
"tslib": "^2.3.0"

@@ -35,0 +35,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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