Socket
Socket
Sign inDemoInstall

@sentry/core

Package Overview
Dependencies
Maintainers
9
Versions
526
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/core - npm Package Compare versions

Comparing version 5.0.8 to 5.1.0

dist/api.d.ts.map

1

dist/api.d.ts

@@ -33,1 +33,2 @@ import { DsnLike } from '@sentry/types';

}
//# sourceMappingURL=api.d.ts.map

@@ -75,1 +75,2 @@ import { Event, EventHint, Options, Severity, Transport } from '@sentry/types';

}
//# sourceMappingURL=basebackend.d.ts.map

@@ -144,1 +144,2 @@ import { Scope } from '@sentry/hub';

}
//# sourceMappingURL=baseclient.d.ts.map

@@ -37,1 +37,2 @@ import { DsnComponents, DsnLike, DsnProtocol } from '@sentry/types';

}
//# sourceMappingURL=dsn.d.ts.map

@@ -11,1 +11,2 @@ export { addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, withScope, } from '@sentry/minimal';

export { Integrations };
//# sourceMappingURL=index.d.ts.map

@@ -18,1 +18,2 @@ import { Integration, Options } from '@sentry/types';

export declare function setupIntegrations<O extends Options>(options: O): IntegrationIndex;
//# sourceMappingURL=integration.d.ts.map

@@ -17,1 +17,2 @@ import { Integration } from '@sentry/types';

}
//# sourceMappingURL=functiontostring.d.ts.map

@@ -45,1 +45,2 @@ import { Integration } from '@sentry/types';

export {};
//# sourceMappingURL=inboundfilters.d.ts.map
export { FunctionToString } from './functiontostring';
export { InboundFilters } from './inboundfilters';
//# sourceMappingURL=index.d.ts.map

@@ -12,1 +12,2 @@ import { Client, Options } from '@sentry/types';

export declare function initAndBind<F extends Client, O extends Options>(clientClass: ClientClass<F, O>, options: O): void;
//# sourceMappingURL=sdk.d.ts.map

@@ -13,1 +13,2 @@ import { Event, Response, Transport } from '@sentry/types';

}
//# sourceMappingURL=noop.d.ts.map

@@ -33,1 +33,2 @@ import { DsnLike } from '@sentry/types';

}
//# sourceMappingURL=api.d.ts.map

@@ -75,1 +75,2 @@ import { Event, EventHint, Options, Severity, Transport } from '@sentry/types';

}
//# sourceMappingURL=basebackend.d.ts.map

@@ -144,1 +144,2 @@ import { Scope } from '@sentry/hub';

}
//# sourceMappingURL=baseclient.d.ts.map

@@ -37,1 +37,2 @@ import { DsnComponents, DsnLike, DsnProtocol } from '@sentry/types';

}
//# sourceMappingURL=dsn.d.ts.map

@@ -11,1 +11,2 @@ export { addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, withScope, } from '@sentry/minimal';

export { Integrations };
//# sourceMappingURL=index.d.ts.map

@@ -18,1 +18,2 @@ import { Integration, Options } from '@sentry/types';

export declare function setupIntegrations<O extends Options>(options: O): IntegrationIndex;
//# sourceMappingURL=integration.d.ts.map

@@ -17,1 +17,2 @@ import { Integration } from '@sentry/types';

}
//# sourceMappingURL=functiontostring.d.ts.map

@@ -45,1 +45,2 @@ import { Integration } from '@sentry/types';

export {};
//# sourceMappingURL=inboundfilters.d.ts.map
export { FunctionToString } from './functiontostring';
export { InboundFilters } from './inboundfilters';
//# sourceMappingURL=index.d.ts.map

@@ -12,1 +12,2 @@ import { Client, Options } from '@sentry/types';

export declare function initAndBind<F extends Client, O extends Options>(clientClass: ClientClass<F, O>, options: O): void;
//# sourceMappingURL=sdk.d.ts.map

@@ -13,1 +13,2 @@ import { Event, Response, Transport } from '@sentry/types';

}
//# sourceMappingURL=noop.d.ts.map

10

package.json
{
"name": "@sentry/core",
"version": "5.0.8",
"version": "5.1.0",
"description": "Base implementation for all Sentry JavaScript SDKs",

@@ -19,6 +19,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/hub": "5.0.8",
"@sentry/minimal": "5.0.8",
"@sentry/types": "5.0.6",
"@sentry/utils": "5.0.8",
"@sentry/hub": "5.1.0",
"@sentry/minimal": "5.1.0",
"@sentry/types": "5.1.0",
"@sentry/utils": "5.1.0",
"tslib": "^1.9.3"

@@ -25,0 +25,0 @@ },

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