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.0.1 to 0.0.2

README.md

11

monologue.js

@@ -17,3 +17,2 @@ (function() {

root.mono = new Query;

@@ -89,5 +88,7 @@

var k = "__in_" + v;
// this.params[k] = v;
i.push( ":" + k );
});
if( typeof this.params[k] === "undefined" ) {
this.params[k] = v;
i.push( ":" + k );
}
}.bind(this));

@@ -297,2 +298,2 @@ i = i.join(",");

};
})();
})();
{
"name": "monologue",
"version": "0.0.1",
"description": "",
"version": "0.0.2",
"description": "Steamlined MySQL query building",
"main": "./monologue.js",

@@ -6,0 +6,0 @@ "author": {

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