firestorm-db
Advanced tools
Comparing version 1.10.1 to 1.10.2
{ | ||
"name": "firestorm-db", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"description": "Self hosted Firestore-like database with API endpoints based on micro bulk operations", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"full": "npm run php_stop ; npm run php_start && npm run test ; npm run php_stop", | ||
"local_tests": "sudo act -P ubuntu-latest=shivammathur/node:latest", | ||
"local_tests": "sudo act -P ubuntu-latest=shivammathur/node:latest -j js-wrapper-test", | ||
"jsdoc": "jsdoc -a all -c jsdoc.json -R README.md src/index.js -d docs/jsdoc", | ||
@@ -42,22 +42,21 @@ "nodemon_jsdoc": "nodemon -x npm run jsdoc --watch src/index.js --watch jsdoc.json", | ||
"axios": "^0.21.4", | ||
"firestorm-db": "^1.10.0", | ||
"type-fest": "^2.12.2" | ||
"firestorm-db": "^1.10.1", | ||
"type-fest": "^2.19.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.3.4", | ||
"crypto": "^1.0.1", | ||
"chai": "^4.3.7", | ||
"docdash": "^1.2.0", | ||
"form-data": "^4.0.0", | ||
"fs": "0.0.1-security", | ||
"fs-extra": "^10.0.0", | ||
"glob": "^7.1.7", | ||
"jsdoc": "^3.6.7", | ||
"jsdoc-to-markdown": "^7.1.0", | ||
"mocha": "^9.1.3", | ||
"fs-extra": "^10.1.0", | ||
"glob": "^7.2.3", | ||
"jsdoc": "^3.6.11", | ||
"jsdoc-to-markdown": "^7.1.1", | ||
"mocha": "^9.2.2", | ||
"nyc": "^15.1.0", | ||
"path": "^0.12.7", | ||
"recursive-copy": "^2.0.11", | ||
"typescript": "^4.5.5" | ||
"recursive-copy": "^2.0.14", | ||
"typescript": "^4.9.5" | ||
}, | ||
"types": "typings/index.d.ts" | ||
} |
@@ -6,3 +6,7 @@ <div align="center"> | ||
<a href="https://www.npmjs.com/package/firestorm-db" targtet="_blank" ><img alt="npm" src="https://img.shields.io/npm/v/firestorm-db?color=cb0000&logo=npm&style=flat-square"> <img alt="npm bundle size" src="https://img.shields.io/bundlephobia/min/firestorm-db?label=NPM%20minified%20size&style=flat-square"> </a> <img alt="GitHub file size in bytes" src="https://img.shields.io/github/size/TheRolfFR/firestorm-db/index.js?color=43A047&label=Script%20size&logoColor=green&style=flat-square"><a href="https://github.com/TheRolfFR/firestorm-db/actions/workflows/testjs.yml"> <img src="https://github.com/TheRolfFR/firestorm-db/actions/workflows/testjs.yml/badge.svg" alt="Tests" /></a> | ||
<a href="https://www.npmjs.com/package/firestorm-db" targtet="_blank" ><img alt="npm" src="https://img.shields.io/npm/v/firestorm-db?color=cb0000&logo=npm&style=flat-square"></a> | ||
<img alt="GitHub file size in bytes" src="https://img.shields.io/github/size/TheRolfFR/firestorm-db/src%2Findex.js?color=43A047&label=Script%20size&logoColor=green&style=flat-square"> | ||
<a href="https://github.com/TheRolfFR/firestorm-db/blob/main/CHANGELOG.md"> <img alt="Static Badge" src="https://img.shields.io/badge/Changelog-Read_here-blue?style=flat-square"></a> | ||
<a href="https://github.com/TheRolfFR/firestorm-db/actions/workflows/testjs.yml"> <img src="https://img.shields.io/github/actions/workflow/status/TheRolfFR/firestorm-db/testjs.yml?style=flat-square | ||
" alt="Tests" /></a> | ||
@@ -302,2 +306,2 @@ </div> | ||
} | ||
``` | ||
``` |
@@ -0,0 +0,0 @@ try { |
@@ -0,0 +0,0 @@ export type number_criteria = |
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
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
13
306
0
44135
Updatedfirestorm-db@^1.10.1
Updatedtype-fest@^2.19.0