Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

odata-v4-filter-parser

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

odata-v4-filter-parser - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "odata-v4-filter-parser",
"version": "0.0.1",
"version": "0.0.2",
"description": "Parse OData $filter syntax into MongoDB syntax in JS",

@@ -5,0 +5,0 @@ "main": "index.js",

odata-v4-filter-parser is a JS parser which parses OData V4 $filter syntax in URL into MongoDB syntax.
See
[OData URL Conventions - System Query Option $filter](http://docs.oasis-open.org/odata/odata/v4.01/cs01/part2-url-conventions/odata-v4.01-cs01-part2-url-conventions.html#_Toc505773218)
[OData ABNF](http://docs.oasis-open.org/odata/odata/v4.01/cs01/abnf/odata-abnf-construction-rules.txt)
[mongoDB Query](https://docs.mongodb.com/manual/reference/operator/query/)
* [OData URL Conventions - System Query Option $filter](http://docs.oasis-open.org/odata/odata/v4.01/cs01/part2-url-conventions/odata-v4.01-cs01-part2-url-conventions.html#_Toc505773218)
* [OData ABNF](http://docs.oasis-open.org/odata/odata/v4.01/cs01/abnf/odata-abnf-construction-rules.txt)
* [mongoDB Query](https://docs.mongodb.com/manual/reference/operator/query/)
## Usage

@@ -57,2 +58,2 @@ ```js

## License
This project is licensed under the MIT license.
This project is licensed under the MIT license.
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