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.11 to 1.0.0-beta.12

2

dist/cjs/index.d.ts

@@ -0,5 +1,5 @@

import { Breadcrumb } from "@appsignal/types";
import { Span } from "./span";
import { IHook } from "./interfaces/IHook";
import { AppsignalOptions } from "./types/options";
import { Breadcrumb } from "@appsignal/types";
export default class Appsignal {

@@ -6,0 +6,0 @@ VERSION: string;

@@ -8,6 +8,6 @@ "use strict";

var span_1 = require("./span");
var functional_1 = require("./utils/functional");
var queue_1 = require("./queue");
var dispatcher_1 = require("./dispatcher");
var hashmap_1 = require("./utils/hashmap");
var functional_1 = require("./utils/functional");
var Appsignal = (function () {

@@ -14,0 +14,0 @@ function Appsignal(options) {

@@ -0,3 +1,3 @@

import { SpanData, Breadcrumb, HashMap, HashMapValue } from "@appsignal/types";
import { Serializable } from "./serializable";
import { SpanData, Breadcrumb, HashMap, HashMapValue } from "@appsignal/types";
export declare class Span extends Serializable<SpanData> {

@@ -4,0 +4,0 @@ constructor(span?: Partial<SpanData>);

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

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

@@ -0,5 +1,5 @@

import { Breadcrumb } from "@appsignal/types";
import { Span } from "./span";
import { IHook } from "./interfaces/IHook";
import { AppsignalOptions } from "./types/options";
import { Breadcrumb } from "@appsignal/types";
export default class Appsignal {

@@ -6,0 +6,0 @@ VERSION: string;

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

import { Span } from "./span";
import { compose } from "./utils/functional";
import { Queue } from "./queue";
import { Dispatcher } from "./dispatcher";
import { toHashMap } from "./utils/hashmap";
import { compose } from "./utils/functional";
var Appsignal = (function () {

@@ -12,0 +12,0 @@ function Appsignal(options) {

@@ -0,3 +1,3 @@

import { SpanData, Breadcrumb, HashMap, HashMapValue } from "@appsignal/types";
import { Serializable } from "./serializable";
import { SpanData, Breadcrumb, HashMap, HashMapValue } from "@appsignal/types";
export declare class Span extends Serializable<SpanData> {

@@ -4,0 +4,0 @@ constructor(span?: Partial<SpanData>);

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

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

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

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

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

"scripts": {
"build": "run-s build:cjs build:esm",
"build": "yarn build:cjs && yarn build:esm",
"build:esm": "tsc -p tsconfig.esm.json",

@@ -28,7 +28,7 @@ "build:esm:watch": "tsc -p tsconfig.esm.json -w --preserveWatchOutput",

"dependencies": {
"@appsignal/types": "^1.0.0-beta.1",
"@appsignal/types": "^1.0.0-beta.2",
"error-stack-parser": "^2.0.2",
"tslib": "^1.10.0"
},
"gitHead": "474edc030d75f7637bf8591577568333c3e88d7b"
"gitHead": "29af99063e05309cb922e347dd04c1f4e3eeba90"
}

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