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.12 to 0.0.13

dist/types/ZLazyDocumentManager.d.ts

1

dist/zongo.d.ts

@@ -7,4 +7,5 @@ export { zObjectId } from "./schema/zObjectId";

export { ZLazyDocument, createZLazyDocument } from "./types/ZLazyDocument";
export { ZLazyDocumentManager } from "./types/ZLazyDocumentManager";
export { ZDatabase } from "./types/ZDatabase";
export { ZDocumentReference } from "./types/ZDocumentReference";
export * from "./create";

4

dist/zongo.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.ZDocumentReference = exports.ZDatabase = exports.createZLazyDocument = exports.ZPartialDefinition = exports.ZCollectionDefinition = exports.zPartial = exports.zEmbeddedSchema = exports.zObjectId = void 0;
exports.ZDocumentReference = exports.ZDatabase = exports.ZLazyDocumentManager = exports.createZLazyDocument = exports.ZPartialDefinition = exports.ZCollectionDefinition = exports.zPartial = exports.zEmbeddedSchema = exports.zObjectId = void 0;
var zObjectId_1 = require("./schema/zObjectId");

@@ -31,2 +31,4 @@ Object.defineProperty(exports, "zObjectId", { enumerable: true, get: function () { return zObjectId_1.zObjectId; } });

Object.defineProperty(exports, "createZLazyDocument", { enumerable: true, get: function () { return ZLazyDocument_1.createZLazyDocument; } });
var ZLazyDocumentManager_1 = require("./types/ZLazyDocumentManager");
Object.defineProperty(exports, "ZLazyDocumentManager", { enumerable: true, get: function () { return ZLazyDocumentManager_1.ZLazyDocumentManager; } });
var ZDatabase_1 = require("./types/ZDatabase");

@@ -33,0 +35,0 @@ Object.defineProperty(exports, "ZDatabase", { enumerable: true, get: function () { return ZDatabase_1.ZDatabase; } });

{
"name": "zongo",
"version": "0.0.12",
"version": "0.0.13",
"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