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.1.0 to 1.1.1

testCollections

6

package.json
{
"name": "lokijs",
"version": "1.1.0",
"description": "A document oriented javascript in-memory database",
"version": "1.1.1",
"description": "Fast document oriented javascript in-memory database",
"homepage": "http://lokijs.org",

@@ -24,3 +24,3 @@ "main": "src/lokijs.js",

"scripts": {
"test": "istanbul cover tests/"
"test": "make test && istanbul cover tests/"
},

@@ -27,0 +27,0 @@ "author": "Joe Minichino <joe.minichino@gmail.com>",

# LokiJS
![alt CI-badge](https://travis-ci.org/techfort/LokiJS.svg?branch=master)
[![npm version](https://badge.fury.io/js/lokijs.svg)](http://badge.fury.io/js/lokijs)

@@ -4,0 +5,0 @@ ## Overview

@@ -25,3 +25,3 @@ var loki = require('../src/lokijs.js'),

db.emit('test', 42);
db.remove('test', index);
db.removeListener('test', index);

@@ -28,0 +28,0 @@ suite.assertEqual('Event has no listeners attached', db.events['test'].length, 0);

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