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

@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.19.3 to 6.19.4

build/types/index.d.ts

12

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

@@ -14,3 +14,3 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"module": "esm/index.js",
"types": "dist/index.d.ts",
"types": "build/types/index.d.ts",
"publishConfig": {

@@ -20,4 +20,4 @@ "access": "public"

"dependencies": {
"@sentry/hub": "6.19.3",
"@sentry/types": "6.19.3",
"@sentry/hub": "6.19.4",
"@sentry/types": "6.19.4",
"tslib": "^1.9.3"

@@ -42,7 +42,7 @@ },

"fix:eslint": "eslint . --format stylish --fix",
"fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
"fix:prettier": "prettier --write \"{src,test,scripts}/**/*.ts\"",
"link:yarn": "yarn link",
"lint": "run-s lint:prettier lint:eslint",
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
"lint:prettier": "prettier --check \"{src,test,scripts}/**/*.ts\"",
"build:npm": "npm pack",

@@ -49,0 +49,0 @@ "test": "jest",

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