New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jetstate

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jetstate - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "jetstate",
"version": "1.2.0",
"version": "1.2.1",
"description": "state managment",

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

@@ -18,6 +18,3 @@ # jetstate

name: 'time',
defaultValue: new Date().getTime(),
willReceive: value => {
console.log('willReceive time', value);
},
defaultValue: new Date().getTime(),
willUpdate: (previousValue, nextValue) => {

@@ -35,3 +32,2 @@ console.log('willUpdate', previousValue, nextValue);

// with this code, willReceive is run
var time = state.time;

@@ -38,0 +34,0 @@

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