New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@hyper63/adapter-fs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyper63/adapter-fs

hyper63 storage adapter using file system

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

hyper63 file storage adapter

This adapter uses the file system to store unstructured objects in the hyper63 service framework.

How to configure

npm install @hyper63/adapter-fs

In config

import fs from '@hyper63/adapter-fs'

export default {
  app: express,
  adapters: [
    ...
    { port: 'storage', plugins: [fs({dir: './data'})]}
  ]
}

How to use

https://purple-elephants.surge.sh

Testing

License

Apache-2.0

More information

https://github.com/hyper63/hyper63#readme

FAQs

Package last updated on 08 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts