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

lokijs

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lokijs - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

.npmignore

7

CHANGELOG.md
# Changelog
## 1.5.2
* fixed error when transform steps have non-serializable parameters (#624)
* addCollection will return existing collection when collection named already exists (#635)
* batch updates when not cloning no longer risk invalidating adaptive binary indices (#639)
* fixed autosave race condition when using async adapter (#643)
* collection option added to disableMeta if not using changes api or ttl (#644)
## 1.5.1

@@ -4,0 +11,0 @@ * added disableDeltaChangesApi (default:true) collection option to store only differences. (#582)

2

package.json
{
"name": "lokijs",
"version": "1.5.1",
"version": "1.5.2",
"description": "Fast document oriented javascript in-memory database",

@@ -5,0 +5,0 @@ "homepage": "http://lokijs.org",

@@ -27,9 +27,10 @@ # LokiJS

The following demos are available:
- [Sandbox / Playground] (https://rawgit.com/techfort/LokiJS/master/examples/sandbox/LokiSandbox.htm)
- a node-webkit small demo in the folder demos/desktop_app. You can launch it by running `/path/to/nw demos/desktop_app/'
- [Sandbox / Playground](https://rawgit.com/techfort/LokiJS/master/examples/sandbox/LokiSandbox.htm)
- a node-webkit small demo in the folder demos/desktop_app. You can launch it by running `/path/to/nw demos/desktop_app/`
## Wiki
Example usage can be found on the [wiki](https://github.com/techfort/LokiJS/wiki)
### Main Features
## Main Features

@@ -46,4 +47,5 @@ 1. Fast performance NoSQL in-memory database, collections with unique index (1.1M ops/s) and binary-index (500k ops/s)

LokiJS is at version 1.3 [Eostre].
As LokiJS is written in Javascript it can be run on any environment supporting javascript such as browsers, node.js/node-webkit, nativescript mobile framework and hybrid mobile apps (such as phonegap/cordova).
As LokiJS is written in JavaScript it can be run on any environment supporting JavaScript such as browsers, node.js/node-webkit, nativescript mobile framework and hybrid mobile apps (such as phonegap/cordova).
Made by [@techfort](http://twitter.com/tech_fort), with the precious help of Dave Easterday.

@@ -62,2 +64,3 @@

## Roadmap
* exactIndex

@@ -64,0 +67,0 @@ * key-value datastore

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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