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 7.0.5 to 7.0.6

2

dist/browser/index.js

@@ -837,5 +837,5 @@ (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){

function parseNot(builtFilters) {
return "not(".concat(builtFilters.join(' and '), ")");
return "not (".concat(builtFilters.join(' and '), ")");
}
},{"tslib":1}]},{},[2]);

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

function parseNot(builtFilters) {
return "not(".concat(builtFilters.join(' and '), ")");
return "not (".concat(builtFilters.join(' and '), ")");
}

@@ -497,3 +497,3 @@ import { __assign, __rest } from "tslib";

function parseNot(builtFilters) {
return "not(".concat(builtFilters.join(' and '), ")");
return "not (".concat(builtFilters.join(' and '), ")");
}
{
"name": "odata-query",
"version": "7.0.5",
"description": "OData v4 query builder that uses a simple object-based syntax similar to MongoDB and js-data",
"version": "7.0.6",
"author": "Sean Lynch <techniq35@gmail.com>",

@@ -5,0 +6,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