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

informa-db.js

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

informa-db.js - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

browser.js

4

.eslintrc.js
module.exports = {
env: {
browser: true,
commonjs: true,

@@ -18,4 +19,5 @@ es6: true,

rules: {
'no-param-reassign': ["error", { "props": false }],
'global-require': 'off',
'no-param-reassign': ['error', { 'props': false }],
},
};
{
"name": "informa-db.js",
"version": "2.1.1",
"version": "2.2.0",
"description": "DataBases made easier",
"main": "index.js",
"main": "server.js",
"author": "InforMatheMusic",

@@ -7,0 +7,0 @@ "license": "ISC",

# Informa-Db.js
*Now with browser support*
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

@@ -38,2 +39,5 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

```
All of the following also applies to the browser version
## Docs

@@ -52,2 +56,5 @@ ### `new Db( path<String>, options<Object> )`

Defaults to `{}`
#### `options.saveSpace<Any>`
Wether to indent on file save
Defaults to `false`

@@ -67,5 +74,2 @@ --

#### `DbUtils.genProxy( data<Object/array> )`
Used internally to *magically* listen to changes
## Contributors ✨

@@ -72,0 +76,0 @@

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