🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@mosadd/core

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mosadd/core - npm Package Compare versions

Comparing version
3.0.0-alpha.0
to
3.0.0-alpha.4
+7
-4
package.json
{
"name": "@mosadd/core",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.4",
"description": "Core kernel for mosadd: channel primitives, routing, threat radar hook injection, identity. Used by @mosadd/mcp and @mosadd/ai.",
"homepage": "https://github.com/mosadd/os/tree/main/packages/core",
"homepage": "https://github.com/Hei33enberg/mosADD-OS/tree/main/packages/core",
"repository": {
"type": "git",
"url": "https://github.com/mosadd/os.git",
"url": "https://github.com/Hei33enberg/mosADD-OS.git",
"directory": "packages/core"

@@ -30,3 +30,3 @@ },

"dependencies": {
"@mosadd/protocol": "3.0.0-alpha.0"
"@mosadd/protocol": "3.0.0-alpha.4"
},

@@ -37,2 +37,5 @@ "devDependencies": {

},
"engines": {
"node": ">=18"
},
"scripts": {

@@ -39,0 +42,0 @@ "build": "tsup src/index.ts --format esm --dts --clean",