gl-ng-lists-frontend
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "gl-ng-lists-frontend", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Common code and components designed for Angular 2+ to be used among web front-end development.", | ||
"main": "wrapper_lists.ts", | ||
"main": "bundles/gl-ng-lists-frontend.umd.js", | ||
"types": "gl-ng-lists-frontend.d.ts", | ||
"module": "gl-ng-lists-frontend/src/lib/gl-ng-lists-frontend.module.d.ts", | ||
"module": "fesm2015/gl-ng-lists-frontend.js", | ||
"repository": { | ||
@@ -33,10 +33,10 @@ "type": "git", | ||
"gl-w-attachment-frontend": "^1.0.3", | ||
"gl-w-number-frontend": "^1.1.0" | ||
"gl-w-number-frontend": "^1.1.0", | ||
"tslib": "^2.2.0" | ||
}, | ||
"scripts": { | ||
"build": "ng build gl-ng-lists-frontend", | ||
"build-prod": "ng build --configuration production gl-ng-lists-frontend", | ||
"production": "npm run build-prod", | ||
"publish": "npm run build-prod && cd \"./../../dist/gl-ng-lists-frontend\" && npm publish && cd .. && cd .." | ||
} | ||
} | ||
"es2015": "fesm2015/gl-ng-lists-frontend.js", | ||
"esm2015": "esm2015/gl-ng-lists-frontend.js", | ||
"fesm2015": "fesm2015/gl-ng-lists-frontend.js", | ||
"typings": "gl-ng-lists-frontend.d.ts", | ||
"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
403964
52
3014
7
6
+ Addedtslib@^2.2.0