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

@frontmcp/utils

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontmcp/utils - npm Package Compare versions

Comparing version
1.5.0-rc.1
to
1.5.0
+8
-2
package.json
{
"name": "@frontmcp/utils",
"version": "1.5.0-rc.1",
"version": "1.5.0",
"description": "Shared utility functions for FrontMCP - string manipulation, URI handling, path utilities, and more",

@@ -35,3 +35,3 @@ "author": "AgentFront <info@agentfront.dev>",

"peerDependencies": {
"@frontmcp/lazy-zod": "1.5.0-rc.1",
"@frontmcp/lazy-zod": "1.5.0",
"@vercel/kv": "^2.0.0 || ^3.0.0",

@@ -50,2 +50,3 @@ "ioredis": "^5.0.0"

"#crypto-provider": {
"worker": "./crypto/node.js",
"browser": "./crypto/browser.js",

@@ -55,2 +56,3 @@ "default": "./crypto/node.js"

"#async-context": {
"worker": "./async-context/node-async-context.js",
"browser": "./async-context/browser-async-context.js",

@@ -60,2 +62,3 @@ "default": "./async-context/node-async-context.js"

"#event-emitter": {
"worker": "./event-emitter/node-event-emitter.js",
"browser": "./event-emitter/browser-event-emitter.js",

@@ -65,2 +68,3 @@ "default": "./event-emitter/node-event-emitter.js"

"#env": {
"worker": "./env/node-env.js",
"browser": "./env/browser-env.js",

@@ -70,2 +74,3 @@ "default": "./env/node-env.js"

"#runtime-context": {
"worker": "./env/runtime-context.js",
"browser": "./env/browser-runtime-context.js",

@@ -75,2 +80,3 @@ "default": "./env/runtime-context.js"

"#path": {
"worker": "./path/node-path.js",
"browser": "./path/browser-path.js",

@@ -77,0 +83,0 @@ "default": "./path/node-path.js"