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

gl-ng-lists-frontend

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.1.1 to 5.0.0

esm2020/gl-ng-buttons-frontend/src/lib/component/attachment/file/gl-component-button-attachment-file.component.mjs

36

package.json
{
"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
}
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