New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@orpc/shared

Package Overview
Dependencies
Maintainers
0
Versions
229
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 0.0.0-next.e9dc36e to 0.0.0-next.ef3ba82

1

dist/error.js

@@ -73,2 +73,1 @@ // src/error.ts

};
//# sourceMappingURL=error.js.map

@@ -81,2 +81,1 @@ // src/json.ts

};
//# sourceMappingURL=index.js.map

@@ -58,2 +58,1 @@ import { type ZodIssue } from 'zod';

}
//# sourceMappingURL=error.d.ts.map

@@ -7,2 +7,1 @@ export * from './json';

export type * from 'type-fest';
//# sourceMappingURL=index.d.ts.map
export declare function parseJSONSafely(text: string): unknown;
//# sourceMappingURL=json.d.ts.map

@@ -8,2 +8,1 @@ export type Segment = string | number;

};
//# sourceMappingURL=object.d.ts.map
import type { Promisable } from 'type-fest';
export type Value<T> = T | (() => Promisable<T>);
export declare function value<T extends Value<any>>(value: T): Promise<T extends Value<infer U> ? U : never>;
//# sourceMappingURL=value.d.ts.map

20

package.json
{
"name": "@orpc/shared",
"type": "module",
"version": "0.0.0-next.e9dc36e",
"author": {
"name": "unnoq",
"email": "contact@unnoq.com",
"url": "https://unnoq.com"
},
"version": "0.0.0-next.ef3ba82",
"license": "MIT",
"homepage": "https://github.com/unnoq/orpc",
"homepage": "https://orpc.unnoq.com",
"repository": {
"type": "git",
"url": "https://github.com/unnoq/orpc.git",
"url": "git+https://github.com/unnoq/orpc.git",
"directory": "packages/shared"
},
"keywords": [
"unnoq"
"unnoq",
"orpc"
],

@@ -36,4 +32,4 @@ "exports": {

"files": [
"dist",
"src"
"!dist/*.tsbuildinfo",
"dist"
],

@@ -47,3 +43,3 @@ "dependencies": {

"scripts": {
"build": "tsup --clean --sourcemap --entry.index=src/index.ts --entry.error=src/error.ts --format=esm --onSuccess='tsc -b --noCheck'",
"build": "tsup --clean --entry.index=src/index.ts --entry.error=src/error.ts --format=esm --onSuccess='tsc -b --noCheck'",
"build:watch": "pnpm run build --watch",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc