New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

anydb-sql

Package Overview
Dependencies
Maintainers
3
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anydb-sql - npm Package Compare versions

Comparing version 0.6.19 to 0.6.20

4

anydb-sql.js

@@ -202,3 +202,5 @@

}, function(err) {
return tx.rollbackAsync().thenThrow(err);
return tx.rollbackAsync()
.catch(function() { })
.thenThrow(err)
});

@@ -205,0 +207,0 @@ });

{
"name": "anydb-sql",
"version": "0.6.19",
"version": "0.6.20",
"description": "Minimal ORM for mysql, postgresql and sqlite with complete arbitrary SQL query support (based on brianc's query builder sql)",

@@ -5,0 +5,0 @@ "main": "anydb-sql.js",

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