Socket
Socket
Sign inDemoInstall

local-vault

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

local-vault - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

2

package.json
{
"name": "local-vault",
"version": "1.3.0",
"version": "1.4.0",
"description": "A Database API that works with local storage.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -434,4 +434,40 @@ # Local Vault

## Contributing
Contributing should be directed toward a specific issue.
#### Fork the Repo
#### Clone the Repo
```bash
git clone https://github.com/YOUR_GITHUB_USERNAME/local-vault.git
```
#### NPM Install
```bash
npm install
```
#### Create a branch off of ``master`` to address an issue
```bash
git checkout -b 'feature/issue-ISSUE_NUMBER'
```
for example:
```bash
git checkout -b 'feature/issue-9'
```
#### Make changes and Commit Code
```bash
git add .
git commit -m 'thoughtful, concise, high level outline of change'
```
#### Push into Your Branch
```bash
git push origin feature/issue-ISSUE_NUMBER
```
#### Create a Pull Request and tag the relevant issue(s) in that request
And that's it! Thanks for contributing! :tada: :tada: :tada:
## License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
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