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

darksdb-dev

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

darksdb-dev - npm Package Compare versions

Comparing version 3.0.0-d0 to 3.0.0-d1

5

package.json
{
"name": "darksdb-dev",
"version": "3.0.0-d0",
"version": "3.0.0-d1",
"description": "Lightweight API to use in conjunction with MySQL",

@@ -16,3 +16,4 @@ "main": "src/database/darkdb.js",

"dark",
"darkstudios"
"darkstudios",
"backend"
],

@@ -19,0 +20,0 @@ "author": "RealDarkStudios",

4

README.md

@@ -10,5 +10,3 @@ ### Latest Release: 2.1.3

- 3.0.0-d0:
- !! New way of making SQL statements: **Builders**, use the DarkDBB.Builder class (documentation coming later, closer to full release) !!
- Still very early in testing, only the stuff to make a full insert system is implementented
- DarkDB IS STILL THERE, and it won't be going anywhere, however
- Add type declarations

@@ -15,0 +13,0 @@ # DarksDB

import { Pool, Query } from "promise-mysql";
import { Connection } from "promise-mysql";
import { DarkDB, DarkDBB } from "./darkdb";

@@ -55,3 +56,3 @@ const mysql = require('promise-mysql')

namespace DarkDBBuilder {
namespace DarkDBB {
export declare class Builder {

@@ -58,0 +59,0 @@ #statement: string

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