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

@leanup/stack-angularjs

Package Overview
Dependencies
Maintainers
1
Versions
431
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leanup/stack-angularjs - npm Package Compare versions

Comparing version
1.3.44
to
1.3.47
+5
-9
package.json
{
"name": "@leanup/stack-angularjs",
"version": "1.3.44",
"version": "1.3.47",
"description": "This package contains the AngularJS framework extension for the @leanup/cli.",

@@ -40,3 +40,3 @@ "author": "Martin Oppitz <npmjs@martinoppitz.com>",

"dependencies": {
"@leanup/cli-core-babel": "1.3.44",
"@leanup/cli-core-babel": "1.3.47",
"@snowpack/plugin-babel": "2.1.7",

@@ -46,5 +46,5 @@ "babel-plugin-angularjs-annotate": "0.10.0"

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

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

"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
},
"engines": {
"node": ">=14 <=18",
"npm": ">=6 <=8"
}
}