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

@minatojs/driver-sqlite

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@minatojs/driver-sqlite - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

5

lib/index.js

@@ -225,4 +225,5 @@ "use strict";

async stats() {
const size = this.db.export().byteLength;
return { size };
const data = this.db.export();
this.init(data);
return { size: data.byteLength };
}

@@ -229,0 +230,0 @@ async remove(sel) {

2

package.json
{
"name": "@minatojs/driver-sqlite",
"version": "3.1.1",
"version": "3.1.2",
"description": "SQLite Driver for Minato",

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

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