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

react-svelte-stores

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-svelte-stores - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

1

build/stores.js

@@ -82,3 +82,2 @@ "use strict";

};
const sto = exports.persisted("hi", "sto");
/** Get current value of a store without subscribing to it */

@@ -85,0 +84,0 @@ exports.get = (store) => {

2

package.json
{
"name": "react-svelte-stores",
"version": "0.0.17",
"version": "0.0.18",
"description": "",

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

@@ -109,4 +109,2 @@ import { IWritableStore, IReadableStore, IStore } from "./types";

const sto = persisted("hi", "sto");
/** Get current value of a store without subscribing to it */

@@ -113,0 +111,0 @@ export const get = <T>(store: IStore<T>): T => {

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