@sentry-internal/browser-utils
Advanced tools
Comparing version 8.12.0 to 8.13.0
{ | ||
"name": "@sentry-internal/browser-utils", | ||
"version": "8.12.0", | ||
"version": "8.13.0", | ||
"description": "Browser Utilities for all Sentry JavaScript SDKs", | ||
@@ -13,10 +13,7 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"files": [ | ||
"cjs", | ||
"esm", | ||
"types", | ||
"types-ts3.8" | ||
"/build" | ||
], | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"types": "types/index.d.ts", | ||
"main": "build/cjs/index.js", | ||
"module": "build/esm/index.js", | ||
"types": "build/types/index.d.ts", | ||
"exports": { | ||
@@ -26,8 +23,8 @@ "./package.json": "./package.json", | ||
"import": { | ||
"types": "./types/index.d.ts", | ||
"default": "./esm/index.js" | ||
"types": "./build/types/index.d.ts", | ||
"default": "./build/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./types/index.d.ts", | ||
"default": "./cjs/index.js" | ||
"types": "./build/types/index.d.ts", | ||
"default": "./build/cjs/index.js" | ||
} | ||
@@ -38,4 +35,4 @@ } | ||
"<4.9": { | ||
"types/index.d.ts": [ | ||
"types-ts3.8/index.d.ts" | ||
"build/types/index.d.ts": [ | ||
"build/types-ts3.8/index.d.ts" | ||
] | ||
@@ -48,7 +45,30 @@ } | ||
"dependencies": { | ||
"@sentry/core": "8.12.0", | ||
"@sentry/types": "8.12.0", | ||
"@sentry/utils": "8.12.0" | ||
"@sentry/core": "8.13.0", | ||
"@sentry/types": "8.13.0", | ||
"@sentry/utils": "8.13.0" | ||
}, | ||
"scripts": { | ||
"build": "run-p build:transpile build:types", | ||
"build:dev": "yarn build", | ||
"build:transpile": "rollup -c rollup.npm.config.mjs", | ||
"build:types": "run-s build:types:core build:types:downlevel", | ||
"build:types:core": "tsc -p tsconfig.types.json", | ||
"build:types:downlevel": "yarn downlevel-dts build/types build/types-ts3.8 --to ts3.8", | ||
"build:watch": "run-p build:transpile:watch build:types:watch", | ||
"build:dev:watch": "run-p build:transpile:watch build:types:watch", | ||
"build:transpile:watch": "rollup -c rollup.npm.config.mjs --watch", | ||
"build:types:watch": "tsc -p tsconfig.types.json --watch", | ||
"build:tarball": "npm pack", | ||
"clean": "rimraf build coverage sentry-internal-browser-utils-*.tgz", | ||
"fix": "eslint . --format stylish --fix", | ||
"lint": "eslint . --format stylish", | ||
"test:unit": "jest", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"yalc:publish": "yalc publish --push --sig" | ||
}, | ||
"volta": { | ||
"extends": "../../package.json" | ||
}, | ||
"sideEffects": false | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 23 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 23 instances in 1 package
641362
2
+ Added@sentry/core@8.13.0(transitive)
+ Added@sentry/types@8.13.0(transitive)
+ Added@sentry/utils@8.13.0(transitive)
- Removed@sentry/core@8.12.0(transitive)
- Removed@sentry/types@8.12.0(transitive)
- Removed@sentry/utils@8.12.0(transitive)
Updated@sentry/core@8.13.0
Updated@sentry/types@8.13.0
Updated@sentry/utils@8.13.0