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
1
Versions
713
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.93ea2ee

dist/index.d.mts

31

package.json
{
"name": "@orpc/shared",
"type": "module",
"version": "0.0.0-next.93e7a4c",
"version": "0.0.0-next.93ea2ee",
"license": "MIT",

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

".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./error": {
"types": "./dist/src/error.d.ts",
"import": "./dist/error.js",
"default": "./dist/error.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 --entry.error=src/error.ts --format=esm --onSuccess='tsc -b --noCheck'",
"build": "unbuild",
"build:watch": "pnpm run build --watch",

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