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

@leanup/cli-angular

Package Overview
Dependencies
Maintainers
1
Versions
683
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leanup/cli-angular - npm Package Compare versions

Comparing version
1.3.44
to
1.3.47
+4
-8
package.json
{
"name": "@leanup/cli-angular",
"version": "1.3.44",
"version": "1.3.47",
"description": "This package contains the Angular framework extension for the @leanup/cli.",

@@ -41,5 +41,5 @@ "author": "Martin Oppitz <npmjs@martinoppitz.com>",

"devDependencies": {
"@leanup/cli": "1.3.44",
"@types/node": "17.0.45",
"typescript": "4.5.5"
"@leanup/cli": "1.3.47",
"@types/node": "20.6.0",
"typescript": "5.2.2"
},

@@ -51,7 +51,3 @@ "peerDependencies": {

"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
},
"engines": {
"node": ">=14 <=18",
"npm": ">=6 <=8"
}
}
{
"name": "@template/angular",
"version": "1.3.44",
"version": "1.3.47",
"dependencies": {
"@angular/common": "13.3.12",
"@angular/compiler": "13.3.12",
"@angular/compiler-cli": "13.3.12",
"@angular/core": "13.3.12",
"@angular/forms": "13.3.12",
"@angular/platform-browser": "13.3.12",
"@angular/platform-browser-dynamic": "13.3.12",
"core-js": "3.27.2",
"rxjs": "7.8.0",
"zone.js": "0.12.0"
"@angular/common": "13.4.0",
"@angular/compiler": "13.4.0",
"@angular/compiler-cli": "13.4.0",
"@angular/core": "13.4.0",
"@angular/forms": "13.4.0",
"@angular/platform-browser": "13.4.0",
"@angular/platform-browser-dynamic": "13.4.0",
"core-js": "3.30.1",
"rxjs": "7.8.1",
"zone.js": "0.13.0"
},
"devDependencies": {
"@leanup/cli-angular": "1.3.44",
"@leanup/stack-angular": "1.3.44",
"@ngtools/webpack": "13.3.10",
"typescript": "4.5.5"
"@leanup/cli-angular": "1.3.47",
"@leanup/stack-angular": "1.3.47",
"@ngtools/webpack": "13.3.11",
"typescript": "5.2.2"
}
}