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

@tko/binding.template

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/binding.template - npm Package Compare versions

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

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

// @tko/binding.template 🥊 4.0.1 ESM
// @tko/binding.template 🥊 4.1.0 ESM
"use strict";

@@ -3,0 +3,0 @@ import { unwrap, peek } from "@tko/observable";

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

// @tko/binding.template 🥊 4.0.1 CommonJS
// @tko/binding.template 🥊 4.1.0 CommonJS
"use strict";

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

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

// @tko/binding.template 🥊 4.0.1 ESM
// @tko/binding.template 🥊 4.1.0 ESM
"use strict";

@@ -3,0 +3,0 @@ import { TemplateForEachBindingHandler } from "./foreach.js";

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

// @tko/binding.template 🥊 4.0.1 MJS
// @tko/binding.template 🥊 4.1.0 MJS
"use strict";

@@ -3,0 +3,0 @@ import { TemplateForEachBindingHandler } from "./foreach.js";

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

// @tko/binding.template 🥊 4.0.1 ESM
// @tko/binding.template 🥊 4.1.0 ESM
"use strict";

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

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

// @tko/binding.template 🥊 4.0.1 ESM
// @tko/binding.template 🥊 4.1.0 ESM
"use strict";

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

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

// @tko/binding.template 🥊 4.0.1 ESM
// @tko/binding.template 🥊 4.1.0 ESM
"use strict";

@@ -3,0 +3,0 @@ import { tagNameLower as tagNameLowerFn, setHtml, domData, parseHtmlForTemplateNodes } from "@tko/utils";

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

// @tko/binding.template 🥊 4.0.1 ESM
// @tko/binding.template 🥊 4.1.0 ESM
"use strict";

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

{
"version": "4.0.1",
"version": "4.1.0",
"name": "@tko/binding.template",

@@ -16,3 +16,5 @@ "description": "TKO Template bindings",

"tko",
"ko"
"binding",
"template",
"templating"
],

@@ -26,11 +28,7 @@ "author": "The Knockout Team",

"dependencies": {
"@tko/bind": "^4.0.1",
"@tko/computed": "^4.0.1",
"@tko/observable": "^4.0.1",
"@tko/utils": "^4.0.1",
"tslib": "^2.2.0"
"@tko/bind": "^4.1.0",
"@tko/computed": "^4.1.0",
"@tko/observable": "^4.1.0",
"@tko/utils": "^4.1.0"
},
"peerDependencies": {
"@tko/binding.if": "^4.0.1"
},
"licenses": [

@@ -37,0 +35,0 @@ {