Socket
Socket
Sign inDemoInstall

zod

Package Overview
Dependencies
0
Maintainers
2
Versions
359
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.23.0-canary.20240417T235146 to 3.23.0-canary.20240418T003146

lib/benchmarks/ipv4.d.ts

4

lib/benchmarks/index.js

@@ -8,2 +8,3 @@ "use strict";

const discriminatedUnion_1 = __importDefault(require("./discriminatedUnion"));
const ipv4_1 = __importDefault(require("./ipv4"));
const object_1 = __importDefault(require("./object"));

@@ -48,2 +49,5 @@ const primitives_1 = __importDefault(require("./primitives"));

}
if (argv.includes("--ipv4")) {
suites.push(...ipv4_1.default.suites);
}
}

@@ -50,0 +54,0 @@ for (const suite of suites) {

2

package.json
{
"name": "zod",
"version": "3.23.0-canary.20240417T235146",
"version": "3.23.0-canary.20240418T003146",
"author": "Colin McDonnell <colin@colinhacks.com>",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc