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

ejdb

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ejdb - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

3

node/ejdb.js

@@ -220,3 +220,4 @@ var ejdblib;

* - $orderby Sorting order of query fields.
* - $onlycount true|false If `true` only count of matching records will be returned without result set.
* - $onlycount true|false If `true` only count of matching records will be returned
* without placing records in result set.
* - $fields Set subset of fetched fields

@@ -223,0 +224,0 @@ * Example:

{
"name" : "ejdb",
"version" : "1.0.11",
"version" : "1.0.12",
"main" : "node/ejdb.js",

@@ -5,0 +5,0 @@ "description" : "EJDB - Embedded JSON Database engine",

@@ -275,3 +275,3 @@ EJDB - Embedded JSON Database engine

Queries can be used to update records:
`$set` and `$inc` operations are supported.
`$set` and `$inc` operations are supported.
`$set` Field set operation.

@@ -294,2 +294,4 @@ - {some fields for selection, '$set' : {'field1' : {obj}, ..., 'field1' : {obj}}}

- $orderby Sorting order of query fields.
- $onlycount true|false If `true` only count of matching records will be returned
without placing records in result set.
- $fields Set subset of fetched fields

@@ -604,5 +606,5 @@ Example:

---------------------------------
EJDB API presented in **ejdb.h** C header file.
EJDB API presented in **[ejdb.h](https://github.com/Softmotions/ejdb/blob/master/tcejdb/ejdb.h)** C header file.
JSON processing API: **bson.h**
JSON processing API: **[bson.h](https://github.com/Softmotions/ejdb/blob/master/tcejdb/bson.h)**

@@ -609,0 +611,0 @@ Queries

Sorry, the diff of this file is not supported yet

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