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

deep-storage

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-storage - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

9

package.json
{
"name": "deep-storage",
"version": "5.0.1",
"version": "5.0.2",
"description": "Simple observable state management for reactive applications",
"main": "./lib/index.js",
"license": "MIT",
"keywords": [
"deep-storage",
"observable",
"state managment",
"react",
"data flow"
],
"repository": {

@@ -8,0 +15,0 @@ "type": "git",

4

README.md

@@ -46,3 +46,3 @@ Deep Storage provides observable state for reactive applications in JavaScript.

```javascript
import { connect } from 'deep-storage-react';
import { wire } from 'deep-storage-react';

@@ -62,3 +62,3 @@ class TimerView extends React.Component {

const DeepTimerView = connect({timer: storage.deep('timer')})(TimerView);
const DeepTimerView = wire(TimerView, {timer: storage.deep('timer')});

@@ -65,0 +65,0 @@ ReactDOM.render((

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