Socket
Socket
Sign inDemoInstall

@files-stack/server-core

Package Overview
Dependencies
Maintainers
1
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@files-stack/server-core - npm Package Compare versions

Comparing version 0.0.27-3 to 0.0.27-4

3

lib/containers/module.d.ts

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

import { IFilesSettings } from '@files-stack/core';
import { interfaces } from 'inversify';
export declare const filesModule: (IFilesSettings) => interfaces.ContainerModule;
export declare const filesModule: (settings: IFilesSettings) => interfaces.ContainerModule;

@@ -30,2 +30,3 @@ import { PubSubEngine } from 'graphql-subscriptions';

etag?: string;
size?: number;
}>;

@@ -32,0 +33,0 @@ updateContent(resource: string, value: string, options?: IUpdateContentOptions): Promise<IFileStat>;

{
"name": "@files-stack/server-core",
"version": "0.0.27-3",
"version": "0.0.27-4",
"description": "files server services for Node",

@@ -45,3 +45,3 @@ "main": "lib/index.js",

"dependencies": {
"@files-stack/core": "^0.0.27-3"
"@files-stack/core": "^0.0.27-4"
},

@@ -48,0 +48,0 @@ "peerDependencies": {

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