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

typeodm

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typeodm - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

9

connection/Connection.js

@@ -71,2 +71,11 @@ "use strict";

/**
* Closes this connection.
*/
}, {
key: "close",
value: function close() {
return this._driver.closeConnection();
}
/**
* Adds a new document schemas.

@@ -73,0 +82,0 @@ */

2

package.json
{
"name": "typeodm",
"version": "0.0.4",
"version": "0.0.5",
"description": "ODM for MongoDB used Typescript",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -1141,2 +1141,6 @@ declare module 'typeodm/connection/ConnectionOptions' {

/**
* Closes this connection.
*/
close(): Promise<any>;
/**
* Adds a new document schemas.

@@ -1342,3 +1346,3 @@ */

export class ConnectionManager {
connections: Connection[];
private connections;
private schemaBuilder;

@@ -1345,0 +1349,0 @@ private metadataAggregator;

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