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.5.0 to 0.6.0

2

index.js

@@ -56,3 +56,3 @@ const env = process.env.SIPWARE_ENV || 'production';

if(where) query = query.where(where)
if(where?.length) query = query.where(where)

@@ -59,0 +59,0 @@ var data = await query;

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

"optionalDependencies": {},
"version": "0.5.0",
"version": "0.6.0",
"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