@sentry/utils
Advanced tools
Comparing version 5.0.5 to 5.0.6
{ | ||
"name": "@sentry/utils", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"description": "Utilities for all Sentry JavaScript SDKs", | ||
@@ -12,2 +12,5 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
}, | ||
"main": "dist/index.js", | ||
"module": "esm/index.js", | ||
"types": "dist/index.d.ts", | ||
"publishConfig": { | ||
@@ -17,3 +20,3 @@ "access": "public" | ||
"dependencies": { | ||
"@sentry/types": "5.0.5", | ||
"@sentry/types": "5.0.6", | ||
"tslib": "^1.9.3" | ||
@@ -32,5 +35,8 @@ }, | ||
"scripts": { | ||
"build": "run-s clean && run-p build:es5", | ||
"build": "run-p build:es5 build:esm", | ||
"build:es5": "tsc -p tsconfig.build.json", | ||
"build:watch": "tsc -p tsconfig.build.json -w --preserveWatchOutput", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"build:watch": "run-p build:watch:es5 build:watch:esm", | ||
"build:watch:es5": "tsc -p tsconfig.build.json -w --preserveWatchOutput", | ||
"build:watch:esm": "tsc -p tsconfig.esm.json -w --preserveWatchOutput", | ||
"clean": "rimraf dist esm coverage *.js *.js.map *.d.ts", | ||
@@ -37,0 +43,0 @@ "link:yarn": "yarn link", |
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
273882
81
3673
1
1
+ Added@sentry/types@5.0.6(transitive)
- Removed@sentry/types@5.0.5(transitive)
Updated@sentry/types@5.0.6