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

@orpc/transformer

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orpc/transformer - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

1

dist/index.js

@@ -886,2 +886,1 @@ // src/openapi/deserializer.ts

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

@@ -84,2 +84,1 @@ /**

export declare function parsePath(path: string): [string, ...string[]];
//# sourceMappingURL=bracket-notation.d.ts.map

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

export * from './types';
//# sourceMappingURL=index.d.ts.map

@@ -13,2 +13,1 @@ import type { ZodType } from 'zod';

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

@@ -17,2 +17,1 @@ import type { Serialized, Serializer } from '../types';

export declare function preSerialize(payload: unknown): unknown;
//# sourceMappingURL=serializer.d.ts.map

@@ -18,2 +18,1 @@ import { type ZodTypeAny } from 'zod';

export declare function zodCoerce(schema: ZodTypeAny, value: unknown, options?: ZodCoerceOptions): unknown;
//# sourceMappingURL=zod-coerce.d.ts.map

@@ -5,2 +5,1 @@ import type { Deserializer } from '../types';

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

@@ -8,2 +8,1 @@ import type { Body, Serializer } from '../types';

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

@@ -12,2 +12,1 @@ import type { Segment } from '@orpc/shared';

}): unknown;
//# sourceMappingURL=super-json.d.ts.map

@@ -13,2 +13,1 @@ export type Body = string | FormData | Blob;

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

24

package.json
{
"name": "@orpc/transformer",
"type": "module",
"version": "0.10.0",
"author": {
"name": "unnoq",
"email": "contact@unnoq.com",
"url": "https://unnoq.com"
},
"version": "0.11.0",
"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/transformer"
},
"keywords": [
"unnoq"
"unnoq",
"orpc"
],

@@ -31,4 +27,4 @@ "exports": {

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

@@ -41,4 +37,4 @@ "dependencies": {

"zod": "^3.23.8",
"@orpc/zod": "0.10.0",
"@orpc/shared": "0.10.0"
"@orpc/zod": "0.11.0",
"@orpc/shared": "0.11.0"
},

@@ -50,3 +46,3 @@ "devDependencies": {

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

@@ -53,0 +49,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