Socket
Socket
Sign inDemoInstall

zod

Package Overview
Dependencies
Maintainers
1
Versions
361
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zod - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

lib/src/parser.js

@@ -27,3 +27,3 @@ "use strict";

if (schemaSeen.objects.indexOf(obj) !== -1) {
console.log("seen " + typeof obj + " before: " + obj.name);
// console.log(`seen ${typeof obj} before: ${obj.name}`);
return obj;

@@ -30,0 +30,0 @@ }

{
"name": "zod",
"version": "1.2.0",
"version": "1.2.1",
"description": "TypeScript-first schema declaration and validation library with static type inference",

@@ -5,0 +5,0 @@ "main": "./lib/src/index.js",

@@ -15,6 +15,8 @@ <p align="center">

<br/>
Created and maintained by [@vriad](https://twitter.com/vriad). The motivation for this library and a detailed comparison to various alternatives can be found at https://vriad.com/blog/zod.
If you find this package useful, leave a star to help more folks find it ⭐️🤏
<br/>
<br/>

@@ -21,0 +23,0 @@ ### Table of contents

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