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

@solid-primitives/storage

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/storage - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

package.json
{
"name": "@solid-primitives/storage",
"version": "1.0.3",
"version": "1.0.4",
"description": "Primitive that provides reactive wrappers for storage access",

@@ -9,3 +9,3 @@ "author": "Alex Lohr <alex.lohr@logmein.com>",

"private": false,
"main": "dist/index.js",
"main": "dist/cjs/index.cjs",
"module": "dist/index.js",

@@ -18,3 +18,3 @@ "types": "dist/index.d.ts",

"exports": {
"require": "./dist/cjs/index.js",
"require": "./dist/cjs/index.cjs",
"import": "./dist/index.js",

@@ -21,0 +21,0 @@ "default": "./dist/index.js"

@@ -166,3 +166,3 @@ ---

1.0.1
1.0.4

@@ -169,0 +169,0 @@ Patch CJS support.

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