Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@tko/bind

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tko/bind - npm Package Compare versions

Comparing version
4.0.1
to
4.1.0
+5
README.md
# @tko/bind
TKO DOM-Observable Binding
Part of [TKO](https://tko.io) — modern Knockout.js. [Docs](https://tko.io) · [Source](https://github.com/knockout/tko/tree/main/packages/bind)
+1
-1

@@ -1,2 +0,2 @@

// @tko/bind 🥊 4.0.1 ESM
// @tko/bind 🥊 4.1.0 ESM
"use strict";

@@ -3,0 +3,0 @@ import {

@@ -1,2 +0,2 @@

// @tko/bind 🥊 4.0.1 ESM
// @tko/bind 🥊 4.1.0 ESM
"use strict";

@@ -3,0 +3,0 @@ import {

@@ -1,2 +0,2 @@

// @tko/bind 🥊 4.0.1 ESM
// @tko/bind 🥊 4.1.0 ESM
"use strict";

@@ -3,0 +3,0 @@ import { extend, options, domData, isObjectLike } from "@tko/utils";

@@ -1,2 +0,2 @@

// @tko/bind 🥊 4.0.1 ESM
// @tko/bind 🥊 4.1.0 ESM
"use strict";

@@ -3,0 +3,0 @@ import { domData } from "@tko/utils";

@@ -1,2 +0,2 @@

// @tko/bind 🥊 4.0.1 ESM
// @tko/bind 🥊 4.1.0 ESM
"use strict";

@@ -3,0 +3,0 @@ import { options } from "@tko/utils";

@@ -1,2 +0,2 @@

// @tko/bind 🥊 4.0.1 ESM
// @tko/bind 🥊 4.1.0 ESM
"use strict";

@@ -3,0 +3,0 @@ export class BindingResult {

@@ -1,2 +0,2 @@

// @tko/bind 🥊 4.0.1 ESM
// @tko/bind 🥊 4.1.0 ESM
"use strict";

@@ -3,0 +3,0 @@ import { applyBindingsToDescendants } from "./applyBindings.js";

@@ -1,2 +0,2 @@

// @tko/bind 🥊 4.0.1 CommonJS
// @tko/bind 🥊 4.1.0 CommonJS
"use strict";

@@ -3,0 +3,0 @@ var __defProp = Object.defineProperty;

@@ -1,2 +0,2 @@

// @tko/bind 🥊 4.0.1 ESM
// @tko/bind 🥊 4.1.0 ESM
"use strict";

@@ -3,0 +3,0 @@ export * from "./bindingContext.js";

@@ -1,2 +0,2 @@

// @tko/bind 🥊 4.0.1 MJS
// @tko/bind 🥊 4.1.0 MJS
"use strict";

@@ -3,0 +3,0 @@ export * from "./bindingContext.js";

@@ -1,2 +0,2 @@

// @tko/bind 🥊 4.0.1 ESM
// @tko/bind 🥊 4.1.0 ESM
"use strict";

@@ -3,0 +3,0 @@ import { virtualElements, options } from "@tko/utils";

{
"version": "4.0.1",
"version": "4.1.0",
"name": "@tko/bind",

@@ -7,12 +7,9 @@ "description": "TKO DOM-Observable Binding",

"dependencies": {
"@tko/computed": "^4.0.1",
"@tko/lifecycle": "^4.0.1",
"@tko/observable": "^4.0.1",
"@tko/provider": "^4.0.1",
"@tko/utils": "^4.0.1",
"tslib": "^2.2.0"
"@tko/computed": "^4.1.0",
"@tko/lifecycle": "^4.1.0",
"@tko/observable": "^4.1.0",
"@tko/provider": "^4.1.0",
"@tko/utils": "^4.1.0",
"@tko/builder": "^4.1.0"
},
"peerDependencies": {
"@tko/binding.foreach": "^4.0.1"
},
"files": [

@@ -46,3 +43,11 @@ "dist/"

"build": "bun ../../tools/build.ts"
}
},
"keywords": [
"knockout",
"tko",
"binding",
"dom",
"observable",
"data-binding"
]
}