Socket
Socket
Sign inDemoInstall

@sentry/types

Package Overview
Dependencies
Maintainers
11
Versions
463
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.26.0 to 8.27.0

8

build/types-ts3.8/feedback/config.d.ts

@@ -56,2 +56,10 @@ import { Primitive } from '../misc';

};
/**
* Set a nonce to be passed to the injected <style> tag for enforcing CSP
*/
styleNonce?: string;
/**
* Set a nonce to be passed to the injected <script> tag for enforcing CSP
*/
scriptNonce?: string;
}

@@ -58,0 +66,0 @@ /**

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

};
/**
* Set a nonce to be passed to the injected <style> tag for enforcing CSP
*/
styleNonce?: string;
/**
* Set a nonce to be passed to the injected <script> tag for enforcing CSP
*/
scriptNonce?: string;
}

@@ -58,0 +66,0 @@ /**

2

package.json
{
"name": "@sentry/types",
"version": "8.26.0",
"version": "8.27.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

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