New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bouillon

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bouillon - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"name": "bouillon",
"version": "0.1.5",
"version": "0.1.6",
"description": "Simple JSON storage API for working with persistent data in various types of Node applications.",

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

@@ -9,3 +9,3 @@ <p align="center">

<div align="center">
<div align="center" style="margin-bottom: 1.5rem">
<a href="https://badge.fury.io/js/bouillon"><img src="https://badge.fury.io/js/bouillon.svg" alt="npm version" height="18"></a>

@@ -48,3 +48,3 @@ <a href="https://badge.fury.io/js/bouillon"><img src="https://img.shields.io/badge/build-passing-brightgreen.svg" alt="build" height="18"></a>

To begin using Bouillion, simply require the module, setup your desired options ([Click here for more information about Bouillon's options](documentation.md#options)), and create a new instance of Bouillon.
To begin using Bouillion, simply require the module, setup your desired options and create a new instance of Bouillon.
```js

@@ -51,0 +51,0 @@ const Bouillon = require('bouillon');

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