Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

@sniptt/snip-sdk-js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sniptt/snip-sdk-js

Sniptt SDK for JavaScript

latest
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

Sniptt SDK for JavaScript

npm version

🔐 A simple developer-friendly CLI for managing secrets

⚠️ Please note that this project is under active development. APIs might change before version 1 is released.

Table of Contents

Introduction

Sniptt is a secret manager for developers.

The main purpose of Sniptt is to simplify and improve the experience of sharing secrets and credentials between developers and machines.

You can finally say goodbye to 1Password, LastPass, and Dashlane 👋.

Getting Started

Install

Install the Sniptt SDK with npm:

npm install @sniptt/snip-sdk-js

Setup Client

Next, import the module and instantiate a Sniptt client with your API key:

Need an API key? Generate one by creating a new account using the snip-cli):

import Sniptt from '@sniptt/snip-sdk-js';

const client = new Sniptt({ apiKey: <YOUR_API_KEY> });

License

This project is under the MIT license.

Keywords

api

FAQs

Package last updated on 08 Jul 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