Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@sentry/types

Package Overview
Dependencies
Maintainers
1
Versions
654
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/types - npm Package Compare versions

Comparing version
10.42.0
to
10.43.0
+1
-1
build/esm/package.json

@@ -1,1 +0,1 @@

{"type":"module","version":"10.42.0","sideEffects":false}
{"type":"module","version":"10.43.0","sideEffects":false}
{
"name": "@sentry/types",
"version": "10.42.0",
"version": "10.43.0",
"description": "Types for all Sentry JavaScript SDKs",

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

"clean": "rimraf build sentry-types-*.tgz",
"lint": "eslint . --format stylish",
"lint": "oxlint .",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"fix": "eslint . --format stylish --fix",
"fix": "oxlint . --fix",
"yalc:publish": "yalc publish --push --sig"
},
"dependencies": {
"@sentry/core": "10.42.0"
"@sentry/core": "10.43.0"
},

@@ -62,0 +62,0 @@ "volta": {