Socket
Socket
Sign inDemoInstall

@moltin/node-storage-adapter

Package Overview
Dependencies
5
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @moltin/node-storage-adapter

[![npm version](https://img.shields.io/npm/v/@moltin/node-storage-adapter.svg)](https://www.npmjs.com/package/@moltin/node-storage-adapter) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](htt


Version published
Maintainers
5
Install size
199 kB
Created

Readme

Source

@moltin/node-storage-adapter

npm version semantic-release code style: prettier

A storage adapter for node-localstorage and the JS SDK. Requires JS SDK v4.0.0.

🛠 Installation

Install the package from npm and import to your project.

npm install --save @moltin/node-storage-adapter

⛽️ Usage

import { gateway as MoltinGateway } from '@moltin/sdk'
import NodeStorageAdapter from '@moltin/node-storage-adapter'

const Moltin = MoltinGateway({
  client_id: 'XXX',
  storage: new NodeStorageAdapter('./localStorage')
})

FAQs

Last updated on 24 May 2018

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