New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mutable-store

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mutable-store - npm Package Compare versions

Comparing version
1.3.0
to
1.3.1
+1
-1
package.json
{
"name": "mutable-store",
"version": "1.3.0",
"version": "1.3.1",
"description": "a mutable state management library for javascript",

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

@@ -92,3 +92,3 @@ # Mutable Store

There is no built in way to reset the store but you can create an object from the class and then later, when you want to reset, create a new object from the class and pass it to the `reset` method of the store.
There is no built in way to reset the store but you can create an object from the class and then later, when you want to reset, create a new object from the class and pass it to the `reset` method of the store.

@@ -102,5 +102,4 @@ ```typescript

});
```
## API

@@ -124,4 +123,2 @@

// example on how to subscribe and unsubscribe
```typescript

@@ -128,0 +125,0 @@ const store = createMutableStore({