Socket
Socket
Sign inDemoInstall

mql2

Package Overview
Dependencies
54
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

2

mql.js

@@ -405,3 +405,3 @@ import {

_ => recur([rights, me]),
_ => me.hook && each(left => left._[me.as] = me.hook(left._[me.as]), lefts));
_ => me.hook && each(left => go(me.hook(left._[me.as]), right => left._[me.as] = right), lefts));
}));

@@ -408,0 +408,0 @@ },

{
"name": "mql2",
"version": "1.0.5",
"version": "1.0.6",
"description": "query builder",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc