Socket
Socket
Sign inDemoInstall

@appsignal/javascript

Package Overview
Dependencies
4
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.7 to 1.0.0-beta.8

3

dist/cjs/environment.js

@@ -9,5 +9,2 @@ "use strict";

transport: this.transport(),
agent: window.navigator.userAgent,
platform: window.navigator.platform,
vendor: window.navigator.vendor,
origin: this.origin()

@@ -14,0 +11,0 @@ };

5

dist/cjs/index.js

@@ -72,6 +72,7 @@ "use strict";

Appsignal.prototype.createSpan = function (fn) {
var _a = this._options.revision, revision = _a === void 0 ? "" : _a;
var _a = this._options, _b = _a.revision, revision = _b === void 0 ? "" : _b, namespace = _a.namespace;
var span = new span_1.Span({
environment: this._env,
revision: revision
revision: revision,
namespace: namespace
});

@@ -78,0 +79,0 @@ if (fn && typeof fn === "function")

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

export declare const VERSION = "1.0.0-beta.7";
export declare const VERSION = "1.0.0-beta.8";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = "1.0.0-beta.7";
exports.VERSION = "1.0.0-beta.8";
//# sourceMappingURL=version.js.map

@@ -7,5 +7,2 @@ var Environment = (function () {

transport: this.transport(),
agent: window.navigator.userAgent,
platform: window.navigator.platform,
vendor: window.navigator.vendor,
origin: this.origin()

@@ -12,0 +9,0 @@ };

@@ -70,6 +70,7 @@ import { __assign, __awaiter, __generator, __read, __spread } from "tslib";

Appsignal.prototype.createSpan = function (fn) {
var _a = this._options.revision, revision = _a === void 0 ? "" : _a;
var _a = this._options, _b = _a.revision, revision = _b === void 0 ? "" : _b, namespace = _a.namespace;
var span = new Span({
environment: this._env,
revision: revision
revision: revision,
namespace: namespace
});

@@ -76,0 +77,0 @@ if (fn && typeof fn === "function")

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

export declare const VERSION = "1.0.0-beta.7";
export declare const VERSION = "1.0.0-beta.8";
//# sourceMappingURL=version.d.ts.map

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

export var VERSION = "1.0.0-beta.7";
export var VERSION = "1.0.0-beta.8";
//# sourceMappingURL=version.js.map
{
"name": "@appsignal/javascript",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"main": "dist/cjs/index.js",

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

"dependencies": {
"@appsignal/types": "^1.0.0-beta.0",
"@appsignal/types": "^1.0.0-beta.1",
"error-stack-parser": "^2.0.2",
"tslib": "^1.10.0"
},
"gitHead": "cbfc8f73b18884a2dae0d55b7c7fe775c754335b"
"gitHead": "b212e74e906f44ed53c22e61be9ba8195feb2ad2"
}

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

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc