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.27 to 0.0.28

2

dist/types/Database.d.ts

@@ -62,3 +62,3 @@ /// <reference types="node" />

export type HydratedDocuments<DB extends Database<any, any>> = {
[K in keyof DB["definitions"]]: z.output<DB["definitions"][K]["schema"]>;
[K in keyof DB["definitions"]]: z.output<CollectionBranded<DB["definitions"][K]["schema"]>>;
};

@@ -65,0 +65,0 @@ export type InputDocuments<DB extends Database<any, any>> = {

{
"name": "zongo",
"version": "0.0.27",
"version": "0.0.28",
"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