New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atombender/hydrant-api

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atombender/hydrant-api - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

2

dist/queries.js

@@ -57,3 +57,3 @@ 'use strict';

value: function equals(other) {
return other instanceof Filter && other.dimension.equals(this.dimension) && (0, _underscore.isEqual)(this.operator, other.operator) && (0, _underscore.isEqual)(this.value, other.value);
return other instanceof Filter && this.dimension && other.dimension && other.dimension.equals(this.dimension) && (0, _underscore.isEqual)(this.operator, other.operator) && (0, _underscore.isEqual)(this.value, other.value);
}

@@ -60,0 +60,0 @@ }]);

{
"name": "@atombender/hydrant-api",
"version": "0.0.17",
"version": "0.0.18",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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