angular-gridster2
Advanced tools
Comparing version 13.3.0 to 13.3.1
103
package.json
{ | ||
"name": "angular-gridster2", | ||
"version": "13.3.0", | ||
"version": "13.3.1", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
"scripts": { | ||
"husky": "husky", | ||
"commitlint": "commitlint", | ||
"lint-staged": "lint-staged", | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"serve": "ng serve", | ||
"build": "ng build", | ||
"build-lib": "ng build angular-gridster2", | ||
"test": "ng test", | ||
"test-lib": "ng test angular-gridster2", | ||
"lint": "ng lint", | ||
"build-demo": "ng build", | ||
"build-npm": "ng build angular-gridster2", | ||
"watch": "ng build --watch --configuration development", | ||
"deploy": "ng deploy", | ||
"postinstall": "husky install" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": "^13.0.0", | ||
"@angular/core": "^13.0.0" | ||
}, | ||
"homepage": "https://tiberiuzuld.github.io/angular-gridster2", | ||
@@ -36,21 +46,60 @@ "bugs": { | ||
], | ||
"module": "fesm2015/angular-gridster2.mjs", | ||
"es2020": "fesm2020/angular-gridster2.mjs", | ||
"esm2020": "esm2020/angular-gridster2.mjs", | ||
"fesm2020": "fesm2020/angular-gridster2.mjs", | ||
"fesm2015": "fesm2015/angular-gridster2.mjs", | ||
"typings": "angular-gridster2.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./angular-gridster2.d.ts", | ||
"esm2020": "./esm2020/angular-gridster2.mjs", | ||
"es2020": "./fesm2020/angular-gridster2.mjs", | ||
"es2015": "./fesm2015/angular-gridster2.mjs", | ||
"node": "./fesm2015/angular-gridster2.mjs", | ||
"default": "./fesm2020/angular-gridster2.mjs" | ||
} | ||
"files": [ | ||
"dist/*" | ||
], | ||
"dependencies": { | ||
"@angular/animations": "13.3.9", | ||
"@angular/cdk": "13.3.7", | ||
"@angular/common": "13.3.9", | ||
"@angular/compiler": "13.3.9", | ||
"@angular/core": "13.3.9", | ||
"@angular/forms": "13.3.9", | ||
"@angular/material": "13.3.7", | ||
"@angular/platform-browser": "13.3.9", | ||
"@angular/platform-browser-dynamic": "13.3.9", | ||
"@angular/router": "13.3.9", | ||
"ngx-markdown": "13.1.0", | ||
"rxjs": "7.5.5", | ||
"tslib": "2.4.0", | ||
"zone.js": "0.11.5" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "13.3.6", | ||
"@angular-eslint/builder": "13.2.1", | ||
"@angular-eslint/eslint-plugin": "13.2.1", | ||
"@angular-eslint/eslint-plugin-template": "13.2.1", | ||
"@angular-eslint/schematics": "13.2.1", | ||
"@angular-eslint/template-parser": "13.2.1", | ||
"@angular/cli": "13.3.6", | ||
"@angular/compiler-cli": "13.3.9", | ||
"@commitlint/cli": "17.0.0", | ||
"@commitlint/config-conventional": "17.0.0", | ||
"@types/jasmine": "4.0.3", | ||
"@types/node": "17.0.35", | ||
"@typescript-eslint/eslint-plugin": "5.25.0", | ||
"@typescript-eslint/parser": "5.25.0", | ||
"angular-cli-ghpages": "1.0.0", | ||
"eslint": "8.16.0", | ||
"husky": "8.0.1", | ||
"jasmine-core": "4.1.1", | ||
"karma": "6.3.20", | ||
"karma-chrome-launcher": "3.1.1", | ||
"karma-coverage": "2.2.0", | ||
"karma-jasmine": "5.0.1", | ||
"karma-jasmine-html-reporter": "1.7.0", | ||
"lint-staged": "12.4.1", | ||
"ng-packagr": "13.3.1", | ||
"prettier": "2.6.2", | ||
"typescript": "4.6.4" | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"lint-staged": { | ||
"*.{html,scss,js,ts,md}": [ | ||
"prettier --write" | ||
] | ||
} | ||
} | ||
} |
# angular-gridster2 | ||
[![npm version](https://badge.fury.io/js/angular-gridster2.svg)](https://badge.fury.io/js/angular-gridster2) | ||
[![dependencies Status](https://david-dm.org/tiberiuzuld/angular-gridster2/status.svg)](https://david-dm.org/tiberiuzuld/angular-gridster2) | ||
[![devDependencies Status](https://david-dm.org/tiberiuzuld/angular-gridster2/dev-status.svg)](https://david-dm.org/tiberiuzuld/angular-gridster2?type=dev) | ||
![Node CI](https://github.com/tiberiuzuld/angular-gridster2/workflows/Node%20CI/badge.svg) | ||
![Node CI](https://github.com/tiberiuzuld/angular-gridster2/actions/workflows/deploy-demo.yml/badge.svg) | ||
[![downloads](https://img.shields.io/npm/dm/angular-gridster2.svg)](https://www.npmjs.com/package/angular-gridster2) | ||
@@ -148,8 +146,2 @@ [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/tiberiuzuld) | ||
### Supporters | ||
@ea20140129 | ||
@matpag (Mattia Pagini) | ||
@DerekJDev (Derek Johnson) | ||
### [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/tiberiuzuld) | ||
@@ -161,2 +153,2 @@ | ||
Copyright (c) 2022 Tiberiu Zuld | ||
Copyright (c) 2023 Tiberiu Zuld |
Sorry, the diff of this file is not supported yet
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
1461637
54
10872
14
27
1
153
1
1
+ Added@angular/animations@13.3.9
+ Added@angular/cdk@13.3.7
+ Added@angular/common@13.3.9
+ Added@angular/compiler@13.3.9
+ Added@angular/core@13.3.9
+ Added@angular/forms@13.3.9
+ Added@angular/material@13.3.7
+ Added@angular/router@13.3.9
+ Addedngx-markdown@13.1.0
+ Addedrxjs@7.5.5
+ Addedzone.js@0.11.5
+ Added@angular/animations@13.3.9(transitive)
+ Added@angular/cdk@13.3.7(transitive)
+ Added@angular/common@13.3.9(transitive)
+ Added@angular/compiler@13.3.9(transitive)
+ Added@angular/core@13.3.9(transitive)
+ Added@angular/forms@13.3.9(transitive)
+ Added@angular/material@13.3.7(transitive)
+ Added@angular/platform-browser@13.3.9(transitive)
+ Added@angular/platform-browser-dynamic@13.3.9(transitive)
+ Added@angular/router@13.3.9(transitive)
+ Added@types/marked@4.3.2(transitive)
+ Addedcommander@8.3.0(transitive)
+ Addedemoji-toolkit@6.6.0(transitive)
+ Addedkatex@0.15.6(transitive)
+ Addedmarked@4.3.0(transitive)
+ Addedngx-markdown@13.1.0(transitive)
+ Addedparse5@5.1.1(transitive)
+ Addedprismjs@1.29.0(transitive)
+ Addedrxjs@7.5.5(transitive)
+ Addedtslib@2.4.0(transitive)
+ Addedzone.js@0.11.5(transitive)
- Removed@angular/common@13.4.0(transitive)
- Removed@angular/core@13.4.0(transitive)
- Removedrxjs@7.8.1(transitive)
- Removedtslib@2.8.1(transitive)
- Removedzone.js@0.11.8(transitive)
Updatedtslib@2.4.0