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

knex-soql

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knex-soql - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "knex-soql",
"version": "0.2.0",
"version": "0.2.1",
"description": "Knex.js dialect for building and executing Salesforce Queries (SOQL)",

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

@@ -13,3 +13,4 @@ const Formatter = require('knex/lib/formatter');

if (typeof value === 'number') return value;
return this._wrapString(`${value}`);
// save compatibility with older knex.js versions
return (this.wrapString || this._wrapString).call(this, `${value}`);
}

@@ -16,0 +17,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