Socket
Socket
Sign inDemoInstall

@sentry/integrations

Package Overview
Dependencies
6
Maintainers
11
Versions
382
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.111.0 to 7.112.0

2

cjs/offline.js

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

// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
this.offlineEventStore = localForage.default.createInstance({
this.offlineEventStore = localForage.createInstance({
name: 'sentry/offlineEventStore',

@@ -48,0 +48,0 @@ });

import { logger, uuid4, normalize, GLOBAL_OBJ } from '@sentry/utils';
import localForage from 'localforage';
import * as localForage from 'localforage';
import { DEBUG_BUILD } from './debug-build.js';

@@ -4,0 +4,0 @@

{
"name": "@sentry/integrations",
"version": "7.111.0",
"version": "7.112.0",
"description": "Pluggable integrations that can be used to enhance JS SDKs",

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

"dependencies": {
"@sentry/core": "7.111.0",
"@sentry/types": "7.111.0",
"@sentry/utils": "7.111.0",
"@sentry/core": "7.112.0",
"@sentry/types": "7.112.0",
"@sentry/utils": "7.112.0",
"localforage": "^1.8.1"
},
"devDependencies": {
"@sentry/browser": "7.111.0",
"chai": "^4.1.2"

@@ -41,0 +40,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc