@tko/provider.multi
Advanced tools
| # @tko/provider.multi | ||
| Combine multiple binding providers into one | ||
| Part of [TKO](https://tko.io) โ modern Knockout.js. [Docs](https://tko.io) ยท [Source](https://github.com/knockout/tko/tree/main/packages/provider.multi) |
+1
-1
@@ -1,2 +0,2 @@ | ||
| // @tko/provider.multi ๐ฅ 4.0.1 CommonJS | ||
| // @tko/provider.multi ๐ฅ 4.1.0 CommonJS | ||
| "use strict"; | ||
@@ -3,0 +3,0 @@ var __defProp = Object.defineProperty; |
+1
-1
@@ -1,3 +0,3 @@ | ||
| // @tko/provider.multi ๐ฅ 4.0.1 ESM | ||
| // @tko/provider.multi ๐ฅ 4.1.0 ESM | ||
| "use strict"; | ||
| export { default as MultiProvider } from "./MultiProvider.js"; |
+1
-1
@@ -1,3 +0,3 @@ | ||
| // @tko/provider.multi ๐ฅ 4.0.1 MJS | ||
| // @tko/provider.multi ๐ฅ 4.1.0 MJS | ||
| "use strict"; | ||
| export { default as MultiProvider } from "./MultiProvider.js"; |
@@ -1,2 +0,2 @@ | ||
| // @tko/provider.multi ๐ฅ 4.0.1 ESM | ||
| // @tko/provider.multi ๐ฅ 4.1.0 ESM | ||
| "use strict"; | ||
@@ -3,0 +3,0 @@ import { Provider } from "@tko/provider"; |
+11
-4
| { | ||
| "version": "4.0.1", | ||
| "version": "4.1.0", | ||
| "name": "@tko/provider.multi", | ||
@@ -11,4 +11,4 @@ "description": "Combine multiple other providers into one", | ||
| "dependencies": { | ||
| "@tko/provider": "^4.0.1", | ||
| "tslib": "^2.2.0" | ||
| "@tko/provider": "^4.1.0", | ||
| "@tko/bind": "^4.1.0" | ||
| }, | ||
@@ -38,3 +38,10 @@ "homepage": "https://tko.io", | ||
| "build": "bun ../../tools/build.ts" | ||
| } | ||
| }, | ||
| "keywords": [ | ||
| "knockout", | ||
| "tko", | ||
| "provider", | ||
| "composition", | ||
| "multi-provider" | ||
| ] | ||
| } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
16737
2.02%10
11.11%0
-100%6
Infinity%0
-100%+ Added
- Removed
- Removed
Updated