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

@sentry/types

Package Overview
Dependencies
Maintainers
11
Versions
518
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/types - npm Package Compare versions

Comparing version 8.41.0-beta.1 to 8.41.0

2

build/esm/package.json

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

{"type":"module","version":"8.41.0-beta.1","sideEffects":false}
{"type":"module","version":"8.41.0","sideEffects":false}

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

import { FeatureFlag } from './featureFlags';
import { Primitive } from './misc';

@@ -15,3 +14,2 @@ import { SpanOrigin } from './span';

profile?: ProfileContext;
flags?: FeatureFlagContext;
}

@@ -122,10 +120,2 @@ export interface StateContext extends Record<string, unknown> {

}
/**
* Used to buffer flag evaluation data on the current scope and attach it to
* error events. `values` should be initialized as empty ([]), and it should
* only be modified by @sentry/util "FlagBuffer" functions.
*/
export interface FeatureFlagContext extends Record<string, unknown> {
values: FeatureFlag[];
}
//# sourceMappingURL=context.d.ts.map

@@ -15,3 +15,2 @@ export { Attachment } from './attachment';

export { Extra, Extras } from './extra';
export { FeatureFlag } from './featureFlags';
export { Hub } from './hub';

@@ -18,0 +17,0 @@ export { Integration, IntegrationClass, IntegrationFn } from './integration';

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

import type { FeatureFlag } from './featureFlags';
import type { Primitive } from './misc';

@@ -15,3 +14,2 @@ import type { SpanOrigin } from './span';

profile?: ProfileContext;
flags?: FeatureFlagContext;
}

@@ -122,10 +120,2 @@ export interface StateContext extends Record<string, unknown> {

}
/**
* Used to buffer flag evaluation data on the current scope and attach it to
* error events. `values` should be initialized as empty ([]), and it should
* only be modified by @sentry/util "FlagBuffer" functions.
*/
export interface FeatureFlagContext extends Record<string, unknown> {
values: FeatureFlag[];
}
//# sourceMappingURL=context.d.ts.map

@@ -15,3 +15,2 @@ export type { Attachment } from './attachment';

export type { Extra, Extras } from './extra';
export type { FeatureFlag } from './featureFlags';
export type { Hub } from './hub';

@@ -18,0 +17,0 @@ export type { Integration, IntegrationClass, IntegrationFn } from './integration';

{
"name": "@sentry/types",
"version": "8.41.0-beta.1",
"version": "8.41.0",
"description": "Types 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

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