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

@otokton/common

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@otokton/common - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

dist/databases/abstract-mongo.d.ts

@@ -8,5 +8,5 @@ import { Db } from 'mongodb';

db(): Db;
connect(uri: string): void;
connect(): void;
createCollection(schema: JsonSchemaMongo[]): void;
fillCollection(): void;
}

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

};
AbstractMongoDatabase.prototype.connect = function (uri) {
AbstractMongoDatabase.prototype.connect = function () {
var _this = this;

@@ -15,0 +15,0 @@ this._client

{
"name": "@otokton/common",
"version": "0.1.1",
"version": "0.1.2",
"private": false,

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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