Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js-storage-manager

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-storage-manager - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

LICENSE.md

8

index.js

@@ -1,4 +0,4 @@

module.exports = function tiny(string) {
if (typeof string !== "string") throw new TypeError("Tiny wants a string!");
return string.replace(/\s/g, "");
};
const storage = require("./src/storage");
module.exports = storage
{
"name": "js-storage-manager",
"version": "0.0.3",
"version": "0.0.4",
"description": "A library to store data within the web storage.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -1,1 +0,3 @@

# js-storage
# Javascript Storage Manager
![npm](https://img.shields.io/npm/v/js-storage-manager.svg?style=plastic) ![NPM](https://img.shields.io/npm/l/js-storage-manager.svg?style=plastic)
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