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

dhani-common-utilities

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dhani-common-utilities - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

build/lib/connectors/connection-nosql.d.ts

3

build/lib/index.d.ts
export * from './util';
export * from './connectors';
export * from './interfaces';
export * from './middleware';

@@ -14,1 +14,4 @@ "use strict";

__exportStar(require("./util"), exports);
__exportStar(require("./connectors"), exports);
__exportStar(require("./interfaces"), exports);
__exportStar(require("./middleware"), exports);
export * from './connection-manager.infc';
export * from './connection-mongo.infc';

@@ -14,1 +14,2 @@ "use strict";

__exportStar(require("./connection-manager.infc"), exports);
__exportStar(require("./connection-mongo.infc"), exports);

2

build/lib/interfaces/util/server.infc.d.ts

@@ -20,3 +20,3 @@ import { IConnectionManager, ILogger } from "..";

};
logger: ILogger;
logger?: ILogger;
dbConnectionManager?: IConnectionManager;

@@ -23,0 +23,0 @@ formDataConfigs?: MultiPartFormConfigs;

{
"name": "dhani-common-utilities",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -20,3 +20,4 @@ "main": "build/index.js",

"helmet": "4.4.1",
"cookie-parser": "1.4.5"
"cookie-parser": "1.4.5",
"mongodb": "3.6.4"
},

@@ -23,0 +24,0 @@ "devDependencies": {

@@ -1,1 +0,4 @@

export * from './util';
export * from './util';
export * from './connectors';
export * from './interfaces';
export * from './middleware';

@@ -1,1 +0,2 @@

export * from './connection-manager.infc'
export * from './connection-manager.infc';
export * from './connection-mongo.infc'

@@ -21,3 +21,3 @@ import { IConnectionManager, ILogger } from "..";

};
logger: ILogger;
logger?: ILogger;
dbConnectionManager?: IConnectionManager;

@@ -24,0 +24,0 @@ formDataConfigs?: MultiPartFormConfigs;

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