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

dbdts.db

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbdts.db - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

dist/structures/Column.js

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

return this.type && this.default !== undefined ? (_a = this._default) !== null && _a !== void 0 ? _a : (() => {
const val = Column.transformValue(this.defaultValue, this.type);
const val = Column.transformValue(this.default, this.type);
this._default = val;

@@ -174,0 +174,0 @@ return val;

@@ -44,2 +44,7 @@ import { TypedEmitter } from "tiny-typed-emitter";

/**
* Deletes garbage from this database.
* @returns
*/
vacuum(): any;
/**
* Creates a table.

@@ -46,0 +51,0 @@ * @param name The name for this table

@@ -54,2 +54,10 @@ "use strict";

/**
* Deletes garbage from this database.
* @returns
*/
vacuum() {
var _a;
return (_a = this.db) === null || _a === void 0 ? void 0 : _a.pragma("VACUUM");
}
/**
* Creates a table.

@@ -56,0 +64,0 @@ * @param name The name for this table

{
"name": "dbdts.db",
"version": "2.0.1",
"version": "2.0.2",
"description": "Easy to use wrapper for sqlite databases, mainly designed for use with dbd.ts package.",

@@ -5,0 +5,0 @@ "exports": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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