ampersand-dom-bindings
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -0,1 +1,2 @@ | ||
/*$AMPERSAND_VERSION*/ | ||
var Store = require('key-tree-store'); | ||
@@ -2,0 +3,0 @@ var dom = require('ampersand-dom'); |
{ | ||
"name": "ampersand-dom-bindings", | ||
"description": "Takes binding declarations and returns key-tree-store of functions that can be used to apply those bindings.", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"author": "'Henrik Joreteg' <henrik@andyet.net>", | ||
"browserify": { | ||
"transform": [ | ||
"ampersand-version" | ||
] | ||
}, | ||
"bugs": { | ||
@@ -11,2 +16,3 @@ "url": "https://github.com/ampersandjs/ampersand-dom-bindings/issues" | ||
"ampersand-dom": "^1.2.5", | ||
"ampersand-version": "^1.0.0", | ||
"is-array": "^1.0.1", | ||
@@ -13,0 +19,0 @@ "key-tree-store": "^1.2.0", |
@@ -100,3 +100,3 @@ # ampersand-dom-bindings | ||
toggles existence of entire element (uses a comment node as placeholder if gone) based on boolean interpretation of property name. | ||
toggles visibility (using display: none) of entire element based on boolean interpretation of property. | ||
@@ -103,0 +103,0 @@ ```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
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
40099
754
5
+ Addedampersand-version@^1.0.0