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

@sentry/minimal

Package Overview
Dependencies
Maintainers
9
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/minimal - npm Package Compare versions

Comparing version 0.5.4 to 4.0.0-beta.0

1

dist/index.d.ts

@@ -32,3 +32,2 @@ import { Scope } from '@sentry/hub';

* Callback to set context information onto the scope.
*
* @param callback Callback function that receives Scope.

@@ -35,0 +34,0 @@ */

5

dist/index.js

@@ -26,4 +26,4 @@ "use strict";

* This calls a function on the current hub.
* @param method
* @param args
* @param method function to call on hub.
* @param args to pass to function.
*/

@@ -81,3 +81,2 @@ function callOnHub(method) {

* Callback to set context information onto the scope.
*
* @param callback Callback function that receives Scope.

@@ -84,0 +83,0 @@ */

{
"name": "@sentry/minimal",
"version": "0.5.4",
"version": "4.0.0-beta.0",
"description": "Sentry minimal library that can be used in other packages",

@@ -18,4 +18,4 @@ "repository": "git://github.com/getsentry/raven-js.git",

"dependencies": {
"@sentry/hub": "0.5.4",
"@sentry/types": "0.5.4"
"@sentry/hub": "4.0.0-beta.0",
"@sentry/types": "4.0.0-beta.0"
},

@@ -45,6 +45,13 @@ "devDependencies": {

"collectCoverage": true,
"transform": { "^.+\\.ts$": "ts-jest" },
"moduleFileExtensions": ["js", "ts"],
"transform": {
"^.+\\.ts$": "ts-jest"
},
"moduleFileExtensions": [
"js",
"ts"
],
"testEnvironment": "node",
"testMatch": ["**/*.test.ts"],
"testMatch": [
"**/*.test.ts"
],
"globals": {

@@ -55,3 +62,4 @@ "ts-jest": {

}
}
},
"gitHead": "a91da22f8bd3bddb38fab7f868326e376da82d4d"
}

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