Socket
Socket
Sign inDemoInstall

mql2

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mql2 - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

mql.js

@@ -361,3 +361,3 @@ import {

typeof MQL_DEBUG.LOG == 'function' ?
MQL_DEBUG.LOG(query) : MQL_DEBUG.LOG && console.log(query);
MQL_DEBUG.LOG(query) : (MQL_DEBUG.LOG && console.log(query));
}),

@@ -364,0 +364,0 @@ excute_query);

{
"name": "mql2",
"version": "0.1.3",
"version": "0.1.4",
"description": "query builder",

@@ -5,0 +5,0 @@ "main": "index.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