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

remote-storage

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remote-storage - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

dist/remote-storage.min.js

4

package.json
{
"name": "remote-storage",
"version": "1.0.5",
"version": "1.0.6",
"description": "remoteStorage is a simple library that combines the localStorage API with a remote server to persist data across browsers and devices.",

@@ -64,3 +64,3 @@ "type": "module",

"dev": "tsup --watch",
"build": "tsup",
"build": "tsup && tsup --config tsup.dist.config.ts && mv dist/index.min.js dist/remote-storage.min.js",
"test": "jest",

@@ -67,0 +67,0 @@ "lint": "eslint --fix --ext .ts,.tsx .",

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