inter-mediator-plugin-jquerydatepicker
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -19,3 +19,3 @@ /* | ||
IMParts_Catalog.jquery_datepicker = { | ||
instanciate: function (targetNode) { | ||
instantiate: function (targetNode) { | ||
var nodeId = targetNode.getAttribute('id'); | ||
@@ -22,0 +22,0 @@ this.ids.push(nodeId); |
{ | ||
"name": "inter-mediator-plugin-jquerydatepicker", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "INTER-Mediator plug-in to use the jQuery DatePicker component.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node_modules/jest/bin/jest.js test.js" | ||
}, | ||
@@ -18,4 +18,6 @@ "repository": { | ||
], | ||
"dependencies": { | ||
"devDependencies": { | ||
"jest": "^29.3.1" | ||
}, | ||
"dependencies": {}, | ||
"author": "Masayuki Nii", | ||
@@ -27,2 +29,2 @@ "license": "MIT", | ||
"homepage": "https://github.com/INTER-Mediator/inter-mediator-plugin-jquerydatepicker#readme" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# inter-mediator-plugin-jquerydatepicker | ||
# inter-mediator-plugin-jquerydatepicker [![Build Status](https://github.com/INTER-Mediator/inter-mediator-plugin-jquerydatepicker/actions/workflows/node.js.yml/badge.svg)](https://github.com/INTER-Mediator/inter-mediator-plugin-jquerydatepicker/actions/workflows/node.js.yml) | ||
INTER-Mediator plug-in to use the jQuery DatePicker component. |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
5857
6
74
0
1
1
1