@tko/binding.if
Advanced tools
+22
| The MIT License (MIT) - http://www.opensource.org/licenses/mit-license.php | ||
| Copyright (c) Steven Sanderson, the Knockout.js team, and other contributors | ||
| http://knockoutjs.com/ | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in | ||
| all copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| THE SOFTWARE. |
| /*! | ||
| * TKO conditional (if/ifnot/unless/with/else) bindings 🥊 @tko/binding.if@4.0.0-alpha7.4 | ||
| * TKO conditional (if/ifnot/unless/with/else) bindings 🥊 @tko/binding.if@4.0.0-alpha8 | ||
| * (c) The Knockout.js Team - https://tko.io | ||
@@ -4,0 +4,0 @@ * License: MIT (http://www.opensource.org/licenses/mit-license.php) |
| /*! | ||
| * TKO conditional (if/ifnot/unless/with/else) bindings 🥊 @tko/binding.if@4.0.0-alpha7.4 | ||
| * TKO conditional (if/ifnot/unless/with/else) bindings 🥊 @tko/binding.if@4.0.0-alpha8 | ||
| * (c) The Knockout.js Team - https://tko.io | ||
@@ -4,0 +4,0 @@ * License: MIT (http://www.opensource.org/licenses/mit-license.php) |
+4
-3
| { | ||
| "name": "@tko/binding.if", | ||
| "version": "4.0.0-alpha7.4", | ||
| "version": "4.0.0-alpha8", | ||
| "description": "TKO conditional (if/ifnot/unless/with/else) bindings", | ||
@@ -25,3 +25,3 @@ "module": "dist/binding.if.js", | ||
| "dependencies": { | ||
| "@tko/bind": "^4.0.0-alpha7.4", | ||
| "@tko/bind": "^4.0.0-alpha8", | ||
| "@tko/computed": "^4.0.0-alpha7.4", | ||
@@ -59,3 +59,4 @@ "@tko/observable": "^4.0.0-alpha7.4", | ||
| } | ||
| ] | ||
| ], | ||
| "gitHead": "6a7218f1f1c8cc0bfb308094ed448ac3d69ac451" | ||
| } |
54007
2.37%6
20%Updated