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

stx

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stx - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

3

dist/index.js

@@ -1618,2 +1618,5 @@ 'use strict';

if (depth === 0 || !isCachedForStamp(socket, isMaster, id, leaf.stamp)) {
if (id in data.leaves) {
keys.push(...data.leaves[id][5]);
}
data.leaves[id] = [leaf.key, leaf.parent, leaf.stamp, leaf.val, leaf.rT, keys, leaf.depth];

@@ -1620,0 +1623,0 @@ if (socket.cleanLeaves[id]) {

2

package.json
{
"name": "stx",
"version": "0.6.3",
"version": "0.6.4",
"description": "a blazing fast state manager with network sync out of the box",

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

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