Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gl-ng-footer-frontend

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gl-ng-footer-frontend - npm Package Compare versions

Comparing version 6.0.0 to 7.0.0

karma.conf.js

38

package.json
{
"name": "gl-ng-footer-frontend",
"version": "6.0.0",
"version": "7.0.0",
"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": "fesm2015/gl-ng-footer-frontend.mjs",
"module": "gl-ng-footer-frontend/src/lib/gl-ng-footer-frontend.module.d.ts",
"repository": {

@@ -24,28 +24,14 @@ "type": "git",

"peerDependencies": {
"@angular/common": "~14.3.0",
"@angular/core": "~14.3.0"
"@angular/common": "~15.2.10",
"@angular/core": "~15.2.10"
},
"dependencies": {
"gl-scss-styles": "^3.1.1",
"tslib": "^2.3.0"
"gl-scss-styles": "^3.1.1"
},
"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
}
"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 .."
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc