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

any-db-transaction

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

any-db-transaction - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

package.json
{
"name": "any-db-transaction",
"version": "2.1.1",
"version": "2.1.2",
"description": "Transaction object for Any-DB adapters",

@@ -5,0 +5,0 @@ "main": "transaction.js",

@@ -42,7 +42,7 @@ var inherits = require('inherits')

})
var release = pool.release.bind(pool, connection)
tx.on('query', pool.emit.bind(pool, 'query'))
var release = queryable.release.bind(queryable, conn)
tx.on('query', queryable.emit.bind(queryable, 'query'))
tx.once('rollback:complete', release)
.once('commit:complete', release)
.setConnection(connection)
.setConnection(conn)
})

@@ -49,0 +49,0 @@ }

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