Socket
Socket
Sign inDemoInstall

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.2.5 to 0.2.6

2

monologue.js

@@ -250,3 +250,3 @@ (function() {

limit: function( l, o ) {
global.limit = ( typeof o === "undefined" ? l : o + ", " + l );
global.limit = ( typeof o === "undefined" ? l.toString() : o + ", " + l );
return this;

@@ -253,0 +253,0 @@ },

{
"name": "monologue",
"version": "0.2.5",
"version": "0.2.6",
"description": "Streamlined MySQL query building",

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

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