@sentry/minimal
Advanced tools
Comparing version 4.4.2 to 4.5.0
{ | ||
"name": "@sentry/minimal", | ||
"version": "4.4.2", | ||
"version": "4.5.0", | ||
"description": "Sentry minimal library that can be used in other packages", | ||
"repository": "git://github.com/getsentry/raven-js.git", | ||
"homepage": "https://github.com/getsentry/raven-js/tree/master/packages/types", | ||
"repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal", | ||
"author": "Sentry", | ||
@@ -18,4 +18,4 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@sentry/hub": "4.4.2", | ||
"@sentry/types": "4.4.2", | ||
"@sentry/hub": "4.5.0", | ||
"@sentry/types": "4.5.0", | ||
"tslib": "^1.9.3" | ||
@@ -30,6 +30,10 @@ }, | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.1" | ||
"typescript": "^3.2.0" | ||
}, | ||
"scripts": { | ||
"build": "tsc -p tsconfig.build.json", | ||
"build": "run-p build:es5 build:esm", | ||
"build:es5": "tsc -p tsconfig.build.json", | ||
"build:esm": "run-s build:esm:transpile build:esm:rewrite", | ||
"build:esm:transpile": "tsc -p tsconfig.esm.json", | ||
"build:esm:rewrite": "node ../../scripts/esm-rewrite.js", | ||
"build:watch": "tsc -p tsconfig.build.json -w --preserveWatchOutput", | ||
@@ -67,3 +71,4 @@ "clean": "rimraf dist coverage", | ||
}, | ||
"gitHead": "a91da22f8bd3bddb38fab7f868326e376da82d4d" | ||
"gitHead": "a91da22f8bd3bddb38fab7f868326e376da82d4d", | ||
"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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
27681
9
358
1
+ Added@sentry/hub@4.5.0(transitive)
+ Added@sentry/types@4.5.0(transitive)
+ Added@sentry/utils@4.5.0(transitive)
- Removed@sentry/hub@4.4.2(transitive)
- Removed@sentry/types@4.4.2(transitive)
- Removed@sentry/utils@4.4.2(transitive)
Updated@sentry/hub@4.5.0
Updated@sentry/types@4.5.0