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

@tangle/reduce

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tangle/reduce - npm Package Compare versions

Comparing version 5.0.4 to 5.0.5

2

package.json
{
"name": "@tangle/reduce",
"version": "5.0.4",
"version": "5.0.5",
"description": "reduce tangles into their current state",

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

@@ -119,1 +119,13 @@ # @tangle/reduce

Register more nodes to include in the reducing.
### `reduce.graph => Graph`
The instance of [@tangle/graph](https://gitlab.com/tangle-js/tangle-graph for API)
which may be useful for querying the tangle graph that the resolved state came from.
NOTES:
- :warning: ensure you call `reduce.resolve()` before lookin at this graph, as this
does some work to validate/ invalidate nodes, and identify disconnected nodes.
- :warning: NEVER manipulate the underlying graph, only query (manipulating it will
risk putting it out of sync with @tangle/reduce logic)
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