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

@sentry/sveltekit

Package Overview
Dependencies
Maintainers
12
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/sveltekit - npm Package Compare versions

Comparing version 7.51.1 to 7.51.2

2

cjs/vite/sentryVitePlugins.js

@@ -40,3 +40,3 @@ const autoInstrument = require('./autoInstrument.js');

if (mergedOptions.autoUploadSourceMaps) {
if (mergedOptions.autoUploadSourceMaps && process.env.NODE_ENV !== 'development') {
const pluginOptions = {

@@ -43,0 +43,0 @@ ...mergedOptions.sourceMapsUploadOptions,

@@ -40,3 +40,3 @@ import { makeAutoInstrumentationPlugin } from './autoInstrument.js';

if (mergedOptions.autoUploadSourceMaps) {
if (mergedOptions.autoUploadSourceMaps && process.env.NODE_ENV !== 'development') {
const pluginOptions = {

@@ -43,0 +43,0 @@ ...mergedOptions.sourceMapsUploadOptions,

{
"name": "@sentry/sveltekit",
"version": "7.51.1",
"version": "7.51.2",
"description": "Official Sentry SDK for SvelteKit",

@@ -23,9 +23,9 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry-internal/tracing": "7.51.1",
"@sentry/core": "7.51.1",
"@sentry/integrations": "7.51.1",
"@sentry/node": "7.51.1",
"@sentry/svelte": "7.51.1",
"@sentry/types": "7.51.1",
"@sentry/utils": "7.51.1",
"@sentry-internal/tracing": "7.51.2",
"@sentry/core": "7.51.2",
"@sentry/integrations": "7.51.2",
"@sentry/node": "7.51.2",
"@sentry/svelte": "7.51.2",
"@sentry/types": "7.51.2",
"@sentry/utils": "7.51.2",
"@sentry/vite-plugin": "^0.6.0",

@@ -32,0 +32,0 @@ "sorcery": "0.11.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