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

@sentry/integrations

Package Overview
Dependencies
Maintainers
12
Versions
391
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/integrations - npm Package Compare versions

Comparing version 6.4.0 to 6.4.1

2

build/captureconsole.js

@@ -378,3 +378,3 @@ (function (__window) {

* @param replacementFactory A higher-order function that takes the original version of the given method and returns a
* wrapped verstion. Note: The function returned by `replacementFactory` needs to be a non-arrow function, in order to
* wrapped version. Note: The function returned by `replacementFactory` needs to be a non-arrow function, in order to
* preserve the correct value of `this`, and the original method must be called using `origMethod.call(this, <other

@@ -381,0 +381,0 @@ * args>)` or `origMethod.apply(this, [<other args>])` (rather than being called directly), again to preserve `this`.

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

@@ -19,4 +19,4 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/types": "6.4.0",
"@sentry/utils": "6.4.0",
"@sentry/types": "6.4.1",
"@sentry/utils": "6.4.1",
"localforage": "^1.8.1",

@@ -26,3 +26,3 @@ "tslib": "^1.9.3"

"devDependencies": {
"@sentry-internal/eslint-config-sdk": "6.4.0",
"@sentry-internal/eslint-config-sdk": "6.4.1",
"chai": "^4.1.2",

@@ -29,0 +29,0 @@ "eslint": "7.6.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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