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

@e-mc/db

Package Overview
Dependencies
Maintainers
0
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@e-mc/db - npm Package Compare versions

Comparing version 0.6.11 to 0.6.12

2

index.d.ts

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

import type { DbConstructor } from '../types/lib';
import type { DbConstructor } from '@e-mc/types/lib';

@@ -3,0 +3,0 @@ declare const Db: DbConstructor;

{
"name": "@e-mc/db",
"version": "0.6.11",
"version": "0.6.12",
"description": "DB modules for E-mc.",

@@ -23,6 +23,6 @@ "main": "index.js",

"dependencies": {
"@e-mc/core": "0.6.11",
"@e-mc/request": "0.6.11",
"@e-mc/types": "0.6.11"
"@e-mc/core": "0.6.12",
"@e-mc/request": "0.6.12",
"@e-mc/types": "0.6.12"
}
}

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

import type { DbPoolConstructor } from '../types/lib/db';
import type { DbPoolConstructor } from '@e-mc/types/lib/db';

@@ -3,0 +3,0 @@ declare const DbPool: DbPoolConstructor;

@@ -1,5 +0,5 @@

import type { DbDataSource } from '../../types/lib/squared';
import type { DbDataSource } from '@e-mc/types/lib/squared';
import type { IDb } from '../../types/lib';
import type { BatchQueryResult, ExecuteBatchQueryOptions, ExecuteQueryOptions, QueryResult } from '../../types/lib/db';
import type { IDb } from '@e-mc/types/lib';
import type { BatchQueryResult, ExecuteBatchQueryOptions, ExecuteQueryOptions, QueryResult } from '@e-mc/types/lib/db';

@@ -6,0 +6,0 @@ export interface IDbSourceClient<T extends DbDataSource = DbDataSource> {

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

import type { DbDataSource } from '../types/lib/squared';
import type { DbDataSource } from '@e-mc/types/lib/squared';
import type { SQL_COMMAND, DbConnection, ServerAuth } from '../types/lib/db';
import type { SQL_COMMAND, DbConnection, ServerAuth } from '@e-mc/types/lib/db';

@@ -5,0 +5,0 @@ declare namespace util {

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