New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xiara/mongo

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xiara/mongo - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

1

dist/Connection.js

@@ -35,2 +35,3 @@ "use strict";

autoReconnect: true,
useNewUrlParser: true
}).then((client) => {

@@ -37,0 +38,0 @@ this._db = client.db(options.Database);

2

package.json
{
"name": "@xiara/mongo",
"version": "0.1.0",
"version": "0.1.1",
"description": "Advanced Typescript MongoDB ODM. Written entirely in typescript.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/azarus/xiara-mongo",

@@ -35,2 +35,3 @@ import { CreateConnectionString, IConnectionOptions } from "./Utils";

autoReconnect: true,
useNewUrlParser: true
}).then((client: MongoClient) => {

@@ -37,0 +38,0 @@ this._db = client.db(options.Database);

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