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

file-system-database

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-system-database - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

dist/db/FileSystemDB.d.ts

@@ -16,5 +16,5 @@ import { Collection } from "./collection/Collection";

collection(name: string): Collection;
protected shutdown(): void;
shutdown(): void;
addView(collection: string, name: string, fields: string[], search?: SearchItem[], sort?: SortOrderItem[]): ObjectView;
getView(name: string): ObjectView | null;
}

@@ -31,5 +31,2 @@ "use strict";

this.isInitialised = true;
process.on('SIGINT', () => {
this.shutdown();
});
}

@@ -36,0 +33,0 @@ return this;

{
"name": "file-system-database",
"version": "0.1.6",
"version": "0.1.7",
"description": "A simple socket framework for persistent JSON objects using the file system",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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