gl-ng-menus-frontend
Advanced tools
Comparing version 4.1.5 to 4.2.0
{ | ||
"name": "gl-ng-menus-frontend", | ||
"version": "4.1.5", | ||
"version": "4.2.0", | ||
"description": "Common code and components designed for Angular 2+ to be used among web front-end development.", | ||
"main": "bundles/gl-ng-menus-frontend.umd.js", | ||
"main": "wrapper_menus.ts", | ||
"types": "gl-ng-menus-frontend.d.ts", | ||
"module": "fesm2015/gl-ng-menus-frontend.js", | ||
"module": "gl-ng-menus-frontend/src/lib/gl-ng-menus-frontend.module.d.ts", | ||
"repository": { | ||
@@ -24,4 +24,4 @@ "type": "git", | ||
"peerDependencies": { | ||
"@angular/common": "~12.2.16", | ||
"@angular/core": "~12.2.16" | ||
"@angular/common": "~12.2.17", | ||
"@angular/core": "~12.2.17" | ||
}, | ||
@@ -31,10 +31,10 @@ "dependencies": { | ||
"gl-icons-assets": "^1.5.1", | ||
"smooth-scroll": "^16.1.3", | ||
"tslib": "^2.2.0" | ||
"smooth-scroll": "^16.1.3" | ||
}, | ||
"es2015": "fesm2015/gl-ng-menus-frontend.js", | ||
"esm2015": "esm2015/gl-ng-menus-frontend.js", | ||
"fesm2015": "fesm2015/gl-ng-menus-frontend.js", | ||
"typings": "gl-ng-menus-frontend.d.ts", | ||
"sideEffects": false | ||
} | ||
"scripts": { | ||
"build": "ng build gl-ng-menus-frontend", | ||
"build-prod": "ng build --configuration production gl-ng-menus-frontend", | ||
"production": "npm run build-prod", | ||
"publish": "npm run build-prod && cd \"./../../dist/gl-ng-menus-frontend\" && npm publish && cd .. && cd .." | ||
} | ||
} |
@@ -0,0 +0,0 @@ # gl-ng-menus-frontend |
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
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
5
39
0
45942
654
1
- Removedtslib@^2.2.0