Socket
Socket
Sign inDemoInstall

savim-local

Package Overview
Dependencies
25
Maintainers
1
Versions
256
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    savim-local

[![Test Coverage](https://api.codeclimate.com/v1/badges/6578843ddab3ca0a2cff/test_coverage)](https://codeclimate.com/github/qlaffont/savim-local/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/6578843ddab3ca0a2cff/maintainability)


Version published
Weekly downloads
212
decreased by-37.65%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Test Coverage Maintainability npm npm Snyk Vulnerabilities for npm package NPM

savim-local

A simple library to save file with Savim in local. Old Owner: @flexper

Usage

import { Savim } from 'savim';
import { SavimLocalProviderConfig, SavimLocalProvider } from 'savim-local';

const savim = new Savim();

await savim.addProvider<SavimLocalProviderConfig>(
  SavimLocalProvider,
  { rootFolderPath: __dirname },
);

await savim.uploadFile('test.txt', 'thisisatest');

Tests

To execute jest tests (all errors, type integrity test)

pnpm test

Maintain

This package use TSdx. Please check documentation to update this package.

FAQs

Last updated on 30 Apr 2024

Did you know?

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

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