You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

odata-query

Package Overview
Dependencies
Maintainers
1
Versions
72
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
8.0.1
to
8.0.2
+2
-2
package.json
{
"name": "odata-query",
"description": "OData v4 query builder that uses a simple object-based syntax similar to MongoDB and js-data",
"version": "8.0.1",
"version": "8.0.2",
"author": "Sean Lynch <techniq35@gmail.com>",

@@ -29,3 +29,3 @@ "license": "MIT",

"scripts": {
"build": "tsc -p tsconfig.esm.json & npx vite build",
"build": "tsc --listEmittedFiles -p tsconfig.esm.json && npx vite build",
"test": "vitest run",

@@ -32,0 +32,0 @@ "test-watch": "vitest",