Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@onetyped/zod

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onetyped/zod - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

12

dist/index.js

@@ -302,2 +302,8 @@ // src/from-schema.ts

}
case "symbol": {
return z2.unknown();
}
case "custom": {
return z2.unknown();
}
}

@@ -372,2 +378,8 @@ };

}
case "symbol": {
return createZodMethod("unknown");
}
case "custom": {
return createZodMethod("unknown");
}
case "object": {

@@ -374,0 +386,0 @@ const propertySchemas = mapObjectNode2(node, toZodString).map(([key, zodType]) => `${JSON.stringify(key)}: ${zodType}`).join(", ");

4

package.json
{
"name": "@onetyped/zod",
"version": "0.0.10",
"version": "0.0.11",
"type": "module",

@@ -44,3 +44,3 @@ "description": "onetyped Zod integration",

"devDependencies": {
"@onetyped/core": "0.0.10",
"@onetyped/core": "0.0.11",
"@trpc-labs/eslint-config": "0.1.1",

@@ -47,0 +47,0 @@ "@trpc-labs/tsconfig": "0.1.1",

Sorry, the diff of this file is not supported yet

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