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

zongo

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zongo - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

7

dist/types/LazyDocument.js

@@ -36,5 +36,10 @@ "use strict";

const docSoFar = {};
for (const [_, promise] of promises) {
for (const promise of promises.values()) {
Object.assign(docSoFar, yield promise);
}
for (const key of Object.keys(docSoFar)) {
if (!(key in docSoFar)) {
docSoFar[key] = undefined;
}
}
const schemaShape = yield schemaShapePromise;

@@ -41,0 +46,0 @@ const schema = zod_1.z

2

package.json
{
"name": "zongo",
"version": "0.0.29",
"version": "0.0.30",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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