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.0.0-next.1d55ec0 to 0.0.0-next.2f8ca7f

1

dist/index.js

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

11

package.json
{
"name": "@orpc/transformer",
"type": "module",
"version": "0.0.0-next.1d55ec0",
"version": "0.0.0-next.2f8ca7f",
"license": "MIT",

@@ -27,3 +27,4 @@ "homepage": "https://orpc.unnoq.com",

"files": [
"!dist/*.tsbuildinfo",
"!**/*.map",
"!**/*.tsbuildinfo",
"dist"

@@ -37,4 +38,4 @@ ],

"zod": "^3.23.8",
"@orpc/shared": "0.0.0-next.1d55ec0",
"@orpc/zod": "0.0.0-next.1d55ec0"
"@orpc/zod": "0.0.0-next.2f8ca7f",
"@orpc/shared": "0.0.0-next.2f8ca7f"
},

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

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

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