Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/svelte

Package Overview
Dependencies
Maintainers
11
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/svelte - npm Package Compare versions

Comparing version 8.9.2 to 8.10.0

1

cjs/preprocessors.js

@@ -118,2 +118,3 @@ Object.defineProperty(exports, '__esModule', { value: true });

const segments = filename.split('/');
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
return segments[segments.length - 1].replace('.svelte', '');

@@ -120,0 +121,0 @@ }

@@ -116,2 +116,3 @@ import MagicString from 'magic-string';

const segments = filename.split('/');
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
return segments[segments.length - 1].replace('.svelte', '');

@@ -118,0 +119,0 @@ }

10

package.json
{
"name": "@sentry/svelte",
"version": "8.9.2",
"version": "8.10.0",
"description": "Official Sentry SDK for Svelte",

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

"dependencies": {
"@sentry/browser": "8.9.2",
"@sentry/core": "8.9.2",
"@sentry/types": "8.9.2",
"@sentry/utils": "8.9.2",
"@sentry/browser": "8.10.0",
"@sentry/core": "8.10.0",
"@sentry/types": "8.10.0",
"@sentry/utils": "8.10.0",
"magic-string": "^0.30.0"

@@ -51,0 +51,0 @@ },

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