Socket
Socket
Sign inDemoInstall

ampersand-dom-bindings

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ampersand-dom-bindings - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

1

ampersand-dom-bindings.js

@@ -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",

2

README.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc