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

sipware-knex

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sipware-knex - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

8

index.js

@@ -18,2 +18,10 @@ const env = process.env.SIPWARE_ENV || 'production';

static trans() {
return knex.transaction();
}
static tx(tx) {
return tx(this._table);
}
static insert(...args) {

@@ -20,0 +28,0 @@ return knex(this._table).insert(...args);

2

package.json

@@ -21,3 +21,3 @@ {

"optionalDependencies": {},
"version": "0.4.8",
"version": "0.4.9",
"scripts": {

@@ -24,0 +24,0 @@ "test": "mocha"

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