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

dbay

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbay - npm Package Compare versions

Comparing version 10.115.0 to 10.116.0

6

lib/ctx-mixin.js

@@ -107,11 +107,11 @@ (function() {

begin_transaction() {
return this.sqlt1.execute("begin;");
return this.sqlt1.exec("begin;");
}
commit_transaction() {
return this.sqlt1.execute("commit;");
return this.sqlt1.exec("commit;");
}
rollback_transaction() {
return this.sqlt1.execute("rollback;");
return this.sqlt1.exec("rollback;");
}

@@ -118,0 +118,0 @@

{
"name": "dbay",
"version": "10.115.0",
"version": "10.116.0",
"description": "In-Process, In-Memory & File-Based Relational Data Processing with SQLite, BetterSQLite3",

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

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