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

@appsignal/javascript

Package Overview
Dependencies
Maintainers
6
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.3 to 1.3.4

8

CHANGELOG.md
# Changelog
## 1.3.4
- Dependency bumps
- Ignore node `https` module in browser compilation. Fixes #389 and #386.
- Move `@appsignal/types` to dependency of `@appsignal/javascript`. Fixes #389 and #386.
## 1.3.3
- Dependency bumps
## 1.3.2

@@ -4,0 +12,0 @@ - Display "development mode" message via `console.info` rather than `console.warn`

2

dist/cjs/version.d.ts

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

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

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

export declare const VERSION = "1.3.3";
export declare const VERSION = "1.3.4";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -27,9 +27,10 @@ "module": "dist/esm/index.js",

"dependencies": {
"@appsignal/core": "^1.0.8",
"tslib": "^2.0.0"
"@appsignal/core": "^1.0.9",
"@appsignal/types": "^1.0.0",
"tslib": "^2.0.1"
},
"devDependencies": {
"@appsignal/types": "^1.0.0"
"browser": {
"https": false
},
"gitHead": "29b77109a5c4a566a4794de7f0ac1a046ea77fe3"
"gitHead": "6e0cc5af5593bbdf41fa65fef4c09ba3ddb09f9b"
}
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