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.2 to 0.0.3

8

monologue.js

@@ -17,5 +17,11 @@ (function() {

root.mono = new Query;
if( typeof module !== "undefined" && module.exports ) {
module.exports = new Query;
}
else {
root.mono = new Query;
}
/**

@@ -22,0 +28,0 @@ * Creates a select statement using properties defined before calling method

2

package.json
{
"name": "monologue",
"version": "0.0.2",
"version": "0.0.3",
"description": "Steamlined MySQL query building",

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

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