@dbp-toolkit/data-table-view
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@dbp-toolkit/data-table-view", | ||
"homepage": "https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/data-table-view", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "src/index.js", | ||
@@ -22,2 +22,4 @@ "license": "LGPL-2.1-or-later", | ||
"chai": "^4.2.0", | ||
"eslint": "^7.3.1", | ||
"eslint-plugin-jsdoc": "^30.6.4", | ||
"glob": "^7.1.6", | ||
@@ -63,5 +65,6 @@ "i18next-scanner": "^3.0.0", | ||
"watch-dev": "rollup -c --watch --environment BUILD:development", | ||
"test": "npm run build-test && karma start --singleRun" | ||
"test": "npm run build-test && karma start --singleRun", | ||
"lint": "eslint ." | ||
}, | ||
"gitHead": "6ab6a5ca873837c6bff208e637612759bf97ecd0" | ||
"gitHead": "91f47e1c02f864028f9537c84781106645cee797" | ||
} |
@@ -230,3 +230,3 @@ import $ from 'jquery'; | ||
if (propName === "lang") { | ||
i18n.changeLanguage(this.lang).catch(e => { console.log(e)}); | ||
i18n.changeLanguage(this.lang).catch(e => { console.log(e);}); | ||
languageChange = true; | ||
@@ -236,3 +236,3 @@ } | ||
this.updateComplete.then(this.set_datatable(this.data, languageChange)).catch(e => { console.log(e)}); | ||
this.updateComplete.then(this.set_datatable(this.data, languageChange)).catch(e => { console.log(e);}); | ||
super.update(changedProperties); | ||
@@ -239,0 +239,0 @@ } |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
Network access
Supply chain riskThis module accesses the network.
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
5226680
500
46663
19
4