Socket
Socket
Sign inDemoInstall

@alwatr/storage-engine

Package Overview
Dependencies
6
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 4.0.3

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [4.0.3](https://github.com/Alwatr/storage/compare/v4.0.2...v4.0.3) (2023-12-19)
### Bug Fixes
* definePackage without scope ([71d1b2d](https://github.com/Alwatr/storage/commit/71d1b2d5d062911fefb9d2e8bdb9eb4026934613)) by @njfamirm
## [4.0.2](https://github.com/Alwatr/storage/compare/v4.0.1...v4.0.2) (2023-11-28)

@@ -8,0 +14,0 @@

16

package.json
{
"name": "@alwatr/storage-engine",
"version": "4.0.2",
"version": "4.0.3",
"description": "Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.",

@@ -61,4 +61,4 @@ "keywords": [

"dependencies": {
"@alwatr/logger": "^2.3.0",
"@alwatr/util": "^1.3.1",
"@alwatr/logger": "^2.3.2",
"@alwatr/util": "^1.3.3",
"exit-hook": "^4.0.0",

@@ -68,9 +68,9 @@ "tslib": "^2.6.2"

"devDependencies": {
"@alwatr/type": "^1.2.1",
"@types/node": "^20.10.0",
"esbuild": "^0.19.8",
"@alwatr/type": "^1.2.3",
"@types/node": "^20.10.4",
"esbuild": "^0.19.9",
"npm-run-all": "^4.1.5",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"gitHead": "5cca9645a70e2f58381f1d30207a7a9f23890a44"
"gitHead": "19b7c66d030e92f4863e938ee5475b1076a1d47a"
}

@@ -5,3 +5,3 @@ import { resolve } from "node:path";

import exitHook from "exit-hook";
definePackage("@alwatr/storage-engine", "4.*");
definePackage("storage-engine", "4.*");
const _AlwatrStorageEngine = class _AlwatrStorageEngine {

@@ -8,0 +8,0 @@ /**

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc