Socket
Socket
Sign inDemoInstall

dabs

Package Overview
Dependencies
14
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.18 to 0.0.19

2

entity/mixins/Conditionable.js

@@ -7,3 +7,3 @@ "use strict";

let Conditionable = class {
equals(value) { return new Condition("=", this, value); }
equals(value) { return Array.isArray(value) ? this.in(...value) : new Condition("=", this, value); }
notEquals(value) { return new Condition("<>", this, value); }

@@ -10,0 +10,0 @@ gt(value) { return new Condition(">", this, value); }

@@ -49,3 +49,3 @@ {

"name": "dabs",
"version": "0.0.18"
"version": "0.0.19"
}
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