informa-db.js
Advanced tools
Comparing version 2.1.1 to 2.2.0
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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9980
7
163
91
1