New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.3 to 3.0.4

4

lib/index.js

@@ -196,3 +196,5 @@ "use strict";

logger.info("auto updating table %c", table);
__privateMethod(this, _run, run_fn).call(this, `ALTER TABLE ${(0, import_sql_utils.escapeId)(table)} ${alter.join(", ")}`);
for (const def of alter) {
__privateMethod(this, _run, run_fn).call(this, `ALTER TABLE ${(0, import_sql_utils.escapeId)(table)} ${def}`);
}
}

@@ -199,0 +201,0 @@ }

{
"name": "@minatojs/driver-sqlite",
"version": "3.0.3",
"version": "3.0.4",
"description": "SQLite Driver for Minato",

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

"sqlstring-sqlite": "^0.1.1",
"cosmokit": "^1.3.4",
"reggol": "^1.3.2"
"cosmokit": "^1.3.6",
"reggol": "^1.3.3"
}
}

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