formatic
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -58,3 +58,3 @@ // # checkbox-array component | ||
// Get all the checked checkboxes and convert to an array of values. | ||
var choiceNodes = this.choices.getElementsByTagName('input'); | ||
var choiceNodes = this.choicesRef.getElementsByTagName('input'); | ||
choiceNodes = Array.prototype.slice.call(choiceNodes, 0); | ||
@@ -61,0 +61,0 @@ var values = choiceNodes.map(function (node) { |
{ | ||
"name": "formatic", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Automatic, pluggable form generation", | ||
@@ -5,0 +5,0 @@ "main": "./build/lib/index.js", |
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
425170
79
12023
1