gl-ng-footer-frontend
Advanced tools
Comparing version 7.0.0 to 7.0.1
{ | ||
"name": "gl-ng-footer-frontend", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Common code and components designed for Angular 2+ to be used among web front-end development.", | ||
"main": "wrapper_footer.ts", | ||
"types": "gl-ng-footer-frontend.d.ts", | ||
"module": "gl-ng-footer-frontend/src/lib/gl-ng-footer-frontend.module.d.ts", | ||
"module": "fesm2015/gl-ng-footer-frontend.mjs", | ||
"repository": { | ||
@@ -28,10 +28,24 @@ "type": "git", | ||
"dependencies": { | ||
"gl-scss-styles": "^3.1.1" | ||
"gl-scss-styles": "^3.1.1", | ||
"tslib": "^2.3.0" | ||
}, | ||
"scripts": { | ||
"build": "ng build gl-ng-footer-frontend", | ||
"build-prod": "ng build --configuration production gl-ng-footer-frontend", | ||
"production": "npm run build-prod", | ||
"publish": "npm run build-prod && cd ./../../dist/gl-ng-footer-frontend && npm publish && cd .. && cd .." | ||
} | ||
} | ||
"es2020": "fesm2020/gl-ng-footer-frontend.mjs", | ||
"esm2020": "esm2020/gl-ng-footer-frontend.mjs", | ||
"fesm2020": "fesm2020/gl-ng-footer-frontend.mjs", | ||
"fesm2015": "fesm2015/gl-ng-footer-frontend.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/gl-ng-footer-frontend.mjs", | ||
"es2020": "./fesm2020/gl-ng-footer-frontend.mjs", | ||
"es2015": "./fesm2015/gl-ng-footer-frontend.mjs", | ||
"node": "./fesm2015/gl-ng-footer-frontend.mjs", | ||
"default": "./fesm2020/gl-ng-footer-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
52842
272
4
18
6
+ Addedtslib@^2.3.0