Socket
Socket
Sign inDemoInstall

@sentry/minimal

Package Overview
Dependencies
Maintainers
12
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 6.17.3 to 6.17.4

10

package.json
{
"name": "@sentry/minimal",
"version": "6.17.3",
"version": "6.17.4",
"description": "Sentry minimal library that can be used in other packages",

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

"dependencies": {
"@sentry/hub": "6.17.3",
"@sentry/types": "6.17.3",
"@sentry/hub": "6.17.4",
"@sentry/types": "6.17.4",
"tslib": "^1.9.3"

@@ -31,6 +31,6 @@ },

"build:watch": "run-p build:cjs:watch build:esm:watch",
"build:cjs:watch": "tsc -p tsconfig.cjs.json -w --preserveWatchOutput",
"build:cjs:watch": "tsc -p tsconfig.cjs.json --watch",
"build:dev:watch": "run-s build:watch",
"build:es5:watch": "yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***",
"build:esm:watch": "tsc -p tsconfig.esm.json -w --preserveWatchOutput",
"build:esm:watch": "tsc -p tsconfig.esm.json --watch",
"circularDepCheck": "madge --circular src/index.ts",

@@ -37,0 +37,0 @@ "clean": "rimraf dist esm coverage",

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