Socket
Socket
Sign inDemoInstall

@persevie/statemanjs

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

package.json

@@ -1,1 +0,1 @@

{"name":"@persevie/statemanjs","version":"1.1.0","description":"Proper state manager for JavaScript","main":"statemanjs.js","module":"statemanjs.mjs","typings":"statemanjs.d.ts","license":"MIT","repository":"https://github.com/persevie/statemanjs","bugs":"https://github.com/persevie/statemanjs/issues","publishConfig":{"access":"public"},"files":["README.md","LICENSE","statemanjs.js","statemanjs.mjs","statemanjs.d.ts","statemanjs.js.map","statemanjs.mjs.map"],"keywords":["javascript","state management","state manager","state","store"],"author":"Dmitry Shatokhin <dmtrshatokhin@gmail.com> (https://github.com/dmtrshat)"}
{"name":"@persevie/statemanjs","version":"1.1.1","description":"Proper state manager for JavaScript","main":"statemanjs.js","module":"statemanjs.mjs","typings":"statemanjs.d.ts","license":"MIT","repository":"https://github.com/persevie/statemanjs","bugs":"https://github.com/persevie/statemanjs/issues","publishConfig":{"access":"public"},"files":["README.md","LICENSE","statemanjs.js","statemanjs.mjs","statemanjs.d.ts","statemanjs.js.map","statemanjs.mjs.map"],"keywords":["javascript","state management","state manager","state","store"],"author":"Dmitry Shatokhin <dmtrshatokhin@gmail.com> (https://github.com/dmtrshat)"}

@@ -5,3 +5,2 @@ <p align="center">

```ts

@@ -61,3 +60,3 @@ import { createState } from "@persevie/statemanjs";

- [**Usage**](#usage)
- [**Installing and creating state**](#installing-and-creating-state)
- [**Installation and initialization the state**](#installation-and-initialization-the-state)
- [**Subscribe to changes**](#subscribe-to-changes)

@@ -167,3 +166,3 @@ - [**State change**](#state-change)

## **Installing and creating state**
## **Installation and initialization the state**

@@ -170,0 +169,0 @@ ```bash

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc