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
2
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.6.1 to 0.6.2

17

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

@@ -33,7 +33,5 @@ "main": "index.js",

"dependencies": {
"bluebird": "^3.7.2",
"jsforce": "^1.10.0",
"jsforce": "^1.10.1",
"knex": ">=0.21.6",
"lodash": "^4.17.20",
"snyk": "^1.406.0"
"lodash": "^4.17.21"
},

@@ -44,7 +42,8 @@ "peerDependencies": {

"devDependencies": {
"codecov": "^3.7.2",
"eslint": "^7.10.0",
"eslint-config-airbnb-base": "^14.2.0",
"codecov": "^3.8.1",
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.4.2"
"jest": "^26.6.3",
"snyk": "^1.523.0"
},

@@ -51,0 +50,0 @@ "files": [

@@ -1,2 +0,1 @@

const Promise = require('bluebird');
const { Connection } = require('jsforce');

@@ -3,0 +2,0 @@ const { uniqueId, pick } = require('lodash');

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