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.3f3f19b to 0.0.0-next.4555a17

3

dist/index.js

@@ -236,2 +236,5 @@ // src/openapi/deserializer.ts

function zodCoerce(schema, value, options) {
if (schema["~standard"].vendor !== "zod") {
return value;
}
const isRoot = options?.isRoot ?? true;

@@ -238,0 +241,0 @@ const options_ = { ...options, isRoot: false };

6

package.json
{
"name": "@orpc/transformer",
"type": "module",
"version": "0.0.0-next.3f3f19b",
"version": "0.0.0-next.4555a17",
"license": "MIT",

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

"zod": "^3.24.1",
"@orpc/shared": "0.0.0-next.3f3f19b",
"@orpc/zod": "0.0.0-next.3f3f19b"
"@orpc/shared": "0.0.0-next.4555a17",
"@orpc/zod": "0.0.0-next.4555a17"
},

@@ -41,0 +41,0 @@ "devDependencies": {

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