New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@sentry/angular

Package Overview
Dependencies
Maintainers
10
Versions
546
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/angular - npm Package Compare versions

Comparing version
10.26.0
to
10.27.0
+6
-6
package.json
{
"name": "@sentry/angular",
"version": "10.26.0",
"version": "10.27.0",
"description": "Official Sentry SDK for Angular",

@@ -18,10 +18,10 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"peerDependencies": {
"@angular/common": ">= 14.x <= 20.x",
"@angular/core": ">= 14.x <= 20.x",
"@angular/router": ">= 14.x <= 20.x",
"@angular/common": ">= 14.x <= 21.x",
"@angular/core": ">= 14.x <= 21.x",
"@angular/router": ">= 14.x <= 21.x",
"rxjs": "^6.5.5 || ^7.x"
},
"dependencies": {
"@sentry/browser": "10.26.0",
"@sentry/core": "10.26.0",
"@sentry/browser": "10.27.0",
"@sentry/core": "10.27.0",
"tslib": "^2.4.1"

@@ -28,0 +28,0 @@ },