Socket
Socket
Sign inDemoInstall

@appsignal/javascript

Package Overview
Dependencies
Maintainers
9
Versions
59
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.21 to 1.3.22

dist/.DS_Store

8

CHANGELOG.md
# AppSignal for JavaScript changelog
## 1.3.22
### Changed
- [449d4d4](https://github.com/appsignal/appsignal-javascript/commit/449d4d40381e7e6c13076732a8b4e7f65f94d5db) patch - Update package metadata to be more up-to-date and to specify the package location in the mono repository.
- patch - Update @appsignal/core dependency to 1.1.17.
- patch - Update @appsignal/types dependency to 3.0.0.
## 1.3.21

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

2

dist/cjs/version.d.ts

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

export declare const VERSION = "1.3.20";
export declare const VERSION = "1.3.21";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = "1.3.20";
exports.VERSION = "1.3.21";
//# sourceMappingURL=version.js.map

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

export declare const VERSION = "1.3.20";
export declare const VERSION = "1.3.21";
//# sourceMappingURL=version.d.ts.map

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

export var VERSION = "1.3.20";
export var VERSION = "1.3.21";
//# sourceMappingURL=version.js.map
{
"name": "@appsignal/javascript",
"version": "1.3.21",
"version": "1.3.22",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": "git@github.com:appsignal/appsignal-javascript.git",
"author": "Adam Yeats <adam@appsignal.com>",
"repository": {
"type": "git",
"url": "https://github.com/appsignal/appsignal-javascript.git",
"directory": "packages/javascript"
},
"license": "MIT",

@@ -28,4 +31,4 @@ "scripts": {

"dependencies": {
"@appsignal/core": "=1.1.16",
"@appsignal/types": "=2.1.7",
"@appsignal/core": "=1.1.17",
"@appsignal/types": "=3.0.0",
"tslib": "^2.3.0"

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

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