@tko/binding.if
Advanced tools
| /*! | ||
| * TKO conditional (if/ifnot/unless/with/else) bindings 🥊 @tko/binding.if@4.0.0-alpha8 | ||
| * TKO conditional (if/ifnot/unless/with/else) bindings 🥊 @tko/binding.if@4.0.0-alpha8.0 | ||
| * (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-alpha8 | ||
| * TKO conditional (if/ifnot/unless/with/else) bindings 🥊 @tko/binding.if@4.0.0-alpha8.0 | ||
| * (c) The Knockout.js Team - https://tko.io | ||
@@ -4,0 +4,0 @@ * License: MIT (http://www.opensource.org/licenses/mit-license.php) |
+12
-11
| { | ||
| "name": "@tko/binding.if", | ||
| "version": "4.0.0-alpha8", | ||
| "version": "4.0.0-alpha8.0", | ||
| "description": "TKO conditional (if/ifnot/unless/with/else) bindings", | ||
| "module": "dist/binding.if.js", | ||
| "files": [ | ||
| "dist/" | ||
| "dist/", | ||
| "helpers/" | ||
| ], | ||
@@ -25,6 +26,6 @@ "repository": { | ||
| "dependencies": { | ||
| "@tko/bind": "^4.0.0-alpha8", | ||
| "@tko/computed": "^4.0.0-alpha7.4", | ||
| "@tko/observable": "^4.0.0-alpha7.4", | ||
| "@tko/utils": "^4.0.0-alpha7.4", | ||
| "@tko/bind": "^4.0.0-alpha8.0", | ||
| "@tko/computed": "^4.0.0-alpha8.0", | ||
| "@tko/observable": "^4.0.0-alpha8.0", | ||
| "@tko/utils": "^4.0.0-alpha8.0", | ||
| "tslib": "^1.8.0" | ||
@@ -46,6 +47,6 @@ }, | ||
| "scripts": { | ||
| "test": "karma start ../../karma.conf.js --once", | ||
| "build": "rollup -c ../../rollup.config.js", | ||
| "watch": "karma start ../../karma.conf.js", | ||
| "prepare": "rollup -c ../../rollup.config.js" | ||
| "test": "npx karma start ../../karma.conf.js --once", | ||
| "build": "npx rollup -c ../../rollup.config.js", | ||
| "watch": "npx karma start ../../karma.conf.js", | ||
| "prepare": "npx rollup -c ../../rollup.config.js" | ||
| }, | ||
@@ -61,3 +62,3 @@ "publishConfig": { | ||
| ], | ||
| "gitHead": "6a7218f1f1c8cc0bfb308094ed448ac3d69ac451" | ||
| "gitHead": "b54a8edff45bb0bb0788d363d0dbb7f2aec2e37d" | ||
| } |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
54047
0.07%Updated
Updated