knockout.address
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -23,3 +23,3 @@ var ko = require("knockout"); | ||
data.instanceName = element.instanceName; | ||
data.namePrefix = element.dataset.namePrefix; | ||
data.namePrefix = allBindings.get("namePrefix") || element.dataset ? element.dataset.namePrefix : ""; | ||
data.displayOptions = ko.unwrap(allBindings.get("displayOptions")); | ||
@@ -67,2 +67,2 @@ data.validate = ko.unwrap(allBindings.get("validate")); | ||
ko.virtualElements.allowedBindings.addressBuilder = true; | ||
ko.virtualElements.allowedBindings.addressViewer = true; | ||
ko.virtualElements.allowedBindings.addressViewer = true; |
{ | ||
"name": "knockout.address", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "address bindings and extension for observable address objects", | ||
@@ -5,0 +5,0 @@ "main": "knockout.address.js", |
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
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
1011
39325
21