🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

sqlite-async

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlite-async - npm Package Compare versions

Comparing version

to
1.2.2

2

package.json
{
"name": "sqlite-async",
"version": "1.2.1",
"version": "1.2.2",
"description": "ES6 Promise-based interface to the sqlite3 module.",

@@ -5,0 +5,0 @@ "main": "sqlite-async.js",

@@ -67,6 +67,3 @@ # sqlite-async

db.transaction((db) => {
return Promise.all([
db.run('INSERT INTO test VALUES (2, "two")'),
db.run('INSERT INTO test VALUES (2, "three")')
]);
return Promise.all([db.run('INSERT INTO test VALUES (2, "two")'), db.run('INSERT INTO test VALUES (2, "three")')]);
});

@@ -111,3 +108,3 @@ ```

Copyright (c) 2022 Frank Hellwig
Copyright (c) 2025 Frank Hellwig

@@ -114,0 +111,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy