You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@orpc/shared

Package Overview
Dependencies
Maintainers
0
Versions
711
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orpc/shared - npm Package Compare versions

Comparing version

to
0.0.0-next.0ca4e14

dist/index.d.mts

26

package.json
{
"name": "@orpc/shared",
"type": "module",
"version": "0.0.0-next.0c8e57d",
"version": "0.0.0-next.0ca4e14",
"license": "MIT",

@@ -18,23 +18,21 @@ "homepage": "https://orpc.unnoq.com",

".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./🔒/*": {
"types": "./dist/src/*.d.ts"
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs"
}
},
"files": [
"!**/*.map",
"!**/*.tsbuildinfo",
"dist"
],
"dependencies": {
"@standard-schema/spec": "1.0.0-beta.4",
"is-what": "^5.0.2",
"radash": "^12.1.0",
"type-fest": "^4.26.1"
"radash": "^12.1.1",
"type-fest": "^4.39.1"
},
"devDependencies": {
"arktype": "2.1.20",
"valibot": "^1.1.0",
"zod": "^4.0.5"
},
"scripts": {
"build": "tsup --clean --sourcemap --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'",
"build": "unbuild",
"build:watch": "pnpm run build --watch",

@@ -41,0 +39,0 @@ "type:check": "tsc -b"