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

@furystack/core

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/core - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

dist/FileStore.d.ts
/// <reference types="node" />
import { readFile as nodeReadFile, writeFile as nodeWriteFile } from "fs";
import { LoggerCollection } from "./Loggers";
import { IPhysicalStore } from "./models/IPhysicalStore";
import { IPhysicalStore } from "./Models/IPhysicalStore";
export declare class FileStore<T, K extends keyof T = keyof T> implements IPhysicalStore<T, K> {

@@ -6,0 +6,0 @@ private readonly fileName;

import { LoggerCollection } from "./Loggers";
import { IPhysicalStore } from "./models/IPhysicalStore";
import { IPhysicalStore } from "./Models/IPhysicalStore";
export declare class InMemoryStore<T, K extends keyof T = keyof T> implements IPhysicalStore<T, K> {

@@ -4,0 +4,0 @@ private readonly fileName;

{
"name": "@furystack/core",
"version": "0.1.5",
"version": "0.1.6",
"description": "Core FuryStack package",

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

# core
FuryStack Core package
[![Build Status](https://travis-ci.org/furystack/core.svg?branch=master)](https://travis-ci.org/furystack/core)

@@ -1,2 +0,2 @@

import { IDisposable, Trace } from "@sensenet/client-utils";
import { IDisposable } from "@sensenet/client-utils";
import { IService } from "./Models";

@@ -3,0 +3,0 @@ import { IActivateable } from "./Models/IActivateable";

import { readFile as nodeReadFile, writeFile as nodeWriteFile } from "fs";
import { LoggerCollection, LogScopes } from "./Loggers";
import { IPhysicalStore } from "./models/IPhysicalStore";
import { IPhysicalStore } from "./Models/IPhysicalStore";

@@ -5,0 +5,0 @@ export class FileStore<T, K extends keyof T = keyof T> implements IPhysicalStore<T, K> {

@@ -9,3 +9,2 @@ import { IDisposable } from "@sensenet/client-utils";

import { IContext } from "./Models/IContext";
import { ILogger } from "./Models/ILogger";

@@ -12,0 +11,0 @@ export const defaultFuryStackOptions: IFuryStackOptions = {

@@ -1,3 +0,3 @@

import { LoggerCollection, LogScopes } from "./Loggers";
import { IPhysicalStore } from "./models/IPhysicalStore";
import { LoggerCollection } from "./Loggers";
import { IPhysicalStore } from "./Models/IPhysicalStore";

@@ -4,0 +4,0 @@ export class InMemoryStore<T, K extends keyof T = keyof T> implements IPhysicalStore<T, K> {

Sorry, the diff of this file is not supported yet

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