gl-ng-headers-frontend
Advanced tools
Comparing version 4.1.1 to 5.0.0
{ | ||
"name": "gl-ng-headers-frontend", | ||
"version": "4.1.1", | ||
"version": "5.0.0", | ||
"description": "Common code and components designed for Angular 2+ to be used among web front-end development.", | ||
"main": "bundles/gl-ng-headers-frontend.umd.js", | ||
"main": "wrapper_headers.ts", | ||
"types": "gl-ng-headers-frontend.d.ts", | ||
"module": "fesm2015/gl-ng-headers-frontend.js", | ||
"module": "fesm2015/gl-ng-headers-frontend.mjs", | ||
"repository": { | ||
@@ -24,14 +24,28 @@ "type": "git", | ||
"peerDependencies": { | ||
"@angular/common": "~12.2.17", | ||
"@angular/core": "~12.2.17" | ||
"@angular/common": "~13.4.0", | ||
"@angular/core": "~13.4.0" | ||
}, | ||
"dependencies": { | ||
"gl-scss-styles": "^3.1.1", | ||
"tslib": "^2.2.0" | ||
"tslib": "^2.3.0" | ||
}, | ||
"es2015": "fesm2015/gl-ng-headers-frontend.js", | ||
"esm2015": "esm2015/gl-ng-headers-frontend.js", | ||
"fesm2015": "fesm2015/gl-ng-headers-frontend.js", | ||
"es2020": "fesm2020/gl-ng-headers-frontend.mjs", | ||
"esm2020": "esm2020/gl-ng-headers-frontend.mjs", | ||
"fesm2020": "fesm2020/gl-ng-headers-frontend.mjs", | ||
"fesm2015": "fesm2015/gl-ng-headers-frontend.mjs", | ||
"typings": "gl-ng-headers-frontend.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./gl-ng-headers-frontend.d.ts", | ||
"esm2020": "./esm2020/gl-ng-headers-frontend.mjs", | ||
"es2020": "./fesm2020/gl-ng-headers-frontend.mjs", | ||
"es2015": "./fesm2015/gl-ng-headers-frontend.mjs", | ||
"node": "./fesm2015/gl-ng-headers-frontend.mjs", | ||
"default": "./fesm2020/gl-ng-headers-frontend.mjs" | ||
} | ||
}, | ||
"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
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
500200
3362
30
1
+ Added@angular/common@13.4.0(transitive)
+ Added@angular/core@13.4.0(transitive)
- Removed@angular/common@12.2.17(transitive)
- Removed@angular/core@12.2.17(transitive)
Updatedtslib@^2.3.0