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

foxhound

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

foxhound - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "foxhound",
"version": "0.0.7",
"version": "0.0.8",
"description": "A Database Query generation library.",

@@ -5,0 +5,0 @@ "main": "source/FoxHound.js",

@@ -400,8 +400,2 @@ /**

{
// TODO: Validate against pParameters.query.schema
if (tmpCreateSet != '')
{
tmpCreateSet += ',';
}
// No hash table yet, so, we will just linear search it for now.

@@ -421,4 +415,2 @@ // This uses the schema to decide if we want to treat a column differently on insert

{
case 'UpdateDate':
case 'UpdateIDUser':
case 'DeleteDate':

@@ -429,2 +421,6 @@ case 'DeleteIDUser':

default:
if (tmpCreateSet != '')
{
tmpCreateSet += ',';
}
tmpCreateSet += ' '+tmpColumn;

@@ -431,0 +427,0 @@ break;

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