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

@onetyped/zod

Package Overview
Dependencies
Maintainers
1
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.5 to 0.0.6

10

dist/index.js

@@ -12,2 +12,3 @@ // src/from-schema.ts

map,
never,
nullable,

@@ -58,2 +59,5 @@ nullType,

}
case ZodFirstPartyTypeKind.ZodNever: {
return never();
}
case ZodFirstPartyTypeKind.ZodBigInt: {

@@ -165,2 +169,5 @@ return bigint();

}
case "never": {
return z2.never();
}
case "regexp": {

@@ -270,2 +277,5 @@ return z2.instanceof(RegExp);

}
case "never": {
return createZodMethod("never");
}
case "regexp": {

@@ -272,0 +282,0 @@ return createZodMethod("instanceof", "RegExp");

4

package.json
{
"name": "@onetyped/zod",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",

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

"devDependencies": {
"@onetyped/core": "0.0.4",
"@onetyped/core": "0.0.6",
"zod": "3.19.1"

@@ -41,0 +41,0 @@ },

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