gl-ng-lists-frontend
Advanced tools
Comparing version 4.1.1 to 5.0.0
{ | ||
"name": "gl-ng-lists-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-lists-frontend.umd.js", | ||
"main": "wrapper_lists.ts", | ||
"types": "gl-ng-lists-frontend.d.ts", | ||
"module": "fesm2015/gl-ng-lists-frontend.js", | ||
"module": "fesm2015/gl-ng-lists-frontend.mjs", | ||
"repository": { | ||
@@ -26,4 +26,4 @@ "type": "git", | ||
"peerDependencies": { | ||
"@angular/common": "~12.2.17", | ||
"@angular/core": "~12.2.17" | ||
"@angular/common": "~13.4.0", | ||
"@angular/core": "~13.4.0" | ||
}, | ||
@@ -33,11 +33,25 @@ "dependencies": { | ||
"gl-icons-assets": "^1.5.1", | ||
"gl-w-attachment-frontend": "^1.0.3", | ||
"gl-w-number-frontend": "^1.1.0", | ||
"tslib": "^2.2.0" | ||
"gl-w-attachment-frontend": "^2.0.0", | ||
"gl-w-number-frontend": "^2.0.0", | ||
"tslib": "^2.3.0" | ||
}, | ||
"es2015": "fesm2015/gl-ng-lists-frontend.js", | ||
"esm2015": "esm2015/gl-ng-lists-frontend.js", | ||
"fesm2015": "fesm2015/gl-ng-lists-frontend.js", | ||
"es2020": "fesm2020/gl-ng-lists-frontend.mjs", | ||
"esm2020": "esm2020/gl-ng-lists-frontend.mjs", | ||
"fesm2020": "fesm2020/gl-ng-lists-frontend.mjs", | ||
"fesm2015": "fesm2015/gl-ng-lists-frontend.mjs", | ||
"typings": "gl-ng-lists-frontend.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./gl-ng-lists-frontend.d.ts", | ||
"esm2020": "./esm2020/gl-ng-lists-frontend.mjs", | ||
"es2020": "./fesm2020/gl-ng-lists-frontend.mjs", | ||
"es2015": "./fesm2015/gl-ng-lists-frontend.mjs", | ||
"node": "./fesm2015/gl-ng-lists-frontend.mjs", | ||
"default": "./fesm2020/gl-ng-lists-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
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
386852
2674
12
+ Added@angular/common@13.4.0(transitive)
+ Added@angular/core@13.4.0(transitive)
+ Addedgl-w-attachment-frontend@2.0.0(transitive)
+ Addedgl-w-number-frontend@2.0.0(transitive)
- Removed@angular/common@12.2.17(transitive)
- Removed@angular/core@12.2.17(transitive)
- Removedgl-w-attachment-frontend@1.0.3(transitive)
- Removedgl-w-number-frontend@1.1.0(transitive)
Updatedgl-w-number-frontend@^2.0.0
Updatedtslib@^2.3.0