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

@tko/utils.component

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tko/utils.component - npm Package Compare versions

Comparing version
4.0.0-alpha6.4
to
4.0.0-alpha6.5
+2
-2
dist/utils.component.es6.js
/*!
* Registry and loading utilities for web components 🥊 @tko/utils.component@4.0.0-alpha5h
* (c) The Knockout.js Team - https://tko.io/
* Registry and loading utilities for web components 🥊 @tko/utils.component@4.0.0-alpha6.4
* (c) The Knockout.js Team - https://tko.io
* License: MIT (http://www.opensource.org/licenses/mit-license.php)

@@ -5,0 +5,0 @@ */

/*!
* Registry and loading utilities for web components 🥊 @tko/utils.component@4.0.0-alpha5h
* (c) The Knockout.js Team - https://tko.io/
* Registry and loading utilities for web components 🥊 @tko/utils.component@4.0.0-alpha6.4
* (c) The Knockout.js Team - https://tko.io
* License: MIT (http://www.opensource.org/licenses/mit-license.php)

@@ -5,0 +5,0 @@ */

{
"name": "@tko/utils.component",
"version": "4.0.0-alpha6.4",
"version": "4.0.0-alpha6.5",
"description": "Registry and loading utilities for web components",

@@ -11,5 +11,5 @@ "module": "dist/utils.component.js",

"dependencies": {
"@tko/lifecycle": "^4.0.0-alpha6.4",
"@tko/observable": "^4.0.0-alpha6.4",
"@tko/utils": "^4.0.0-alpha6.4",
"@tko/lifecycle": "^4.0.0-alpha6.5",
"@tko/observable": "^4.0.0-alpha6.5",
"@tko/utils": "^4.0.0-alpha6.5",
"jss": "^9.8.3",

@@ -20,7 +20,7 @@ "jss-preset-default": "^4.5.0",

"devDependencies": {
"@tko/bind": "^4.0.0-alpha6.4",
"@tko/binding.core": "^4.0.0-alpha6.4",
"@tko/computed": "^4.0.0-alpha6.4",
"@tko/provider.multi": "^4.0.0-alpha6.4",
"@tko/provider.virtual": "^4.0.0-alpha6.4"
"@tko/bind": "^4.0.0-alpha6.5",
"@tko/binding.core": "^4.0.0-alpha6.5",
"@tko/computed": "^4.0.0-alpha6.5",
"@tko/provider.multi": "^4.0.0-alpha6.5",
"@tko/provider.virtual": "^4.0.0-alpha6.5"
},

@@ -47,3 +47,10 @@ "karma": {

"access": "public"
}
},
"homepage": "https://tko.io",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}