New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/core

Package Overview
Dependencies
Maintainers
0
Versions
573
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 9.2.0-alpha.0 to 9.2.0-alpha.1

2

build/cjs/utils-hoist/version.js

@@ -5,5 +5,5 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });

const SDK_VERSION = "9.2.0-alpha.0" ;
const SDK_VERSION = "9.2.0-alpha.1" ;
exports.SDK_VERSION = SDK_VERSION;
//# sourceMappingURL=version.js.map

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

{"type":"module","version":"9.2.0-alpha.0","sideEffects":false}
{"type":"module","version":"9.2.0-alpha.1","sideEffects":false}
// This is a magic string replaced by rollup
const SDK_VERSION = "9.2.0-alpha.0" ;
const SDK_VERSION = "9.2.0-alpha.1" ;
export { SDK_VERSION };
//# sourceMappingURL=version.js.map

@@ -51,12 +51,2 @@ import { Primitive } from '../misc';

/**
* _experiments allows users to enable experimental or internal features.
* We don't consider such features as part of the public API and hence we don't guarantee semver for them.
* Experimental features can be added, changed or removed at any time.
*
* Default: undefined
*/
_experiments: Partial<{
annotations: boolean;
}>;
/**
* Set an object that will be merged sent as tags data with the event.

@@ -63,0 +53,0 @@ */

@@ -51,12 +51,2 @@ import type { Primitive } from '../misc';

/**
* _experiments allows users to enable experimental or internal features.
* We don't consider such features as part of the public API and hence we don't guarantee semver for them.
* Experimental features can be added, changed or removed at any time.
*
* Default: undefined
*/
_experiments: Partial<{
annotations: boolean;
}>;
/**
* Set an object that will be merged sent as tags data with the event.

@@ -63,0 +53,0 @@ */

{
"name": "@sentry/core",
"version": "9.2.0-alpha.0",
"version": "9.2.0-alpha.1",
"description": "Base implementation for all Sentry JavaScript SDKs",

@@ -5,0 +5,0 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

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