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

monologue

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monologue - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

monologue.js

@@ -79,3 +79,3 @@ (function(exports) {

t = dir;
dir = "INNER";
dir = "LEFT";
}

@@ -356,3 +356,3 @@

if( global.join.length > 0 )
global.query += global.join.join();
global.query += global.join.join('');
if( global.where.length > 0 )

@@ -359,0 +359,0 @@ global.query += " WHERE " + global.where;

{
"name": "monologue",
"version": "0.3.0",
"version": "0.3.1",
"description": "Streamlined MySQL query building",

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

Monologue - Streamlined query building
======================================
[![NPM](https://nodei.co/npm/monologue.png?compact=true)](https://nodei.co/npm/monologue/)
**Breaking Changes for v0.3.0**

@@ -5,0 +7,0 @@

Sorry, the diff of this file is not supported yet

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