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

odata-query

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

odata-query - npm Package Compare versions

Comparing version 4.0.1 to 5.0.0

4

dist/index.js

@@ -133,3 +133,5 @@ 'use strict';

if (builtFilters.length) {
return '(' + builtFilters.join(' and ') + ')';
return '' + builtFilters.map(function (f) {
return '(' + f + ')';
}).join(' and ');
}

@@ -136,0 +138,0 @@ } else if ((typeof filters === 'undefined' ? 'undefined' : _typeof(filters)) === 'object') {

{
"name": "odata-query",
"version": "4.0.1",
"version": "5.0.0",
"author": "Sean Lynch <techniq35@gmail.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

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