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

pet-shop

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pet-shop - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

index.js

@@ -48,6 +48,2 @@ // @ts-nocheck

} else {
if (typeof value !== 'string') {
throw new TypeError('The Value should be a string');
}
storage.setItem(`${namespace}.${key}`, value);

@@ -54,0 +50,0 @@ }

2

package.json
{
"name": "pet-shop",
"version": "0.1.3",
"version": "0.1.4",
"description": "A simple wrapper of Web Storage API",

@@ -5,0 +5,0 @@ "license": "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