🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

skill-base

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skill-base - npm Package Compare versions

Comparing version
2.0.37
to
2.0.38
static/assets/index-JxzAWRGa.js

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

+1
-1
{
"name": "skill-base",
"version": "2.0.37",
"version": "2.0.38",
"description": "Skill Base - A lightweight, privately deployable agent skills distribution hub",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -12,4 +12,16 @@ <!DOCTYPE html>

<title>Skill Base</title>
<script type="module" crossorigin src="./assets/index-CXr6bCUN.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-B_WXtVS0.css">
<script>
(function () {
try {
var k = 'skill-base-theme'
var v = localStorage.getItem(k)
var p = v === 'light' || v === 'dark' || v === 'system' ? v : 'dark'
var dark = p === 'dark' || (p === 'system' && window.matchMedia('(prefers-color-scheme: dark)').matches)
document.documentElement.dataset.theme = dark ? 'dark' : 'light'
document.documentElement.style.colorScheme = dark ? 'dark' : 'light'
} catch (e) {}
})()
</script>
<script type="module" crossorigin src="./assets/index-JxzAWRGa.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Mo74NFQj.css">
</head>

@@ -16,0 +28,0 @@ <body>

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display