Socket
Socket
Sign inDemoInstall

node-relation

Package Overview
Dependencies
0
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.0.2-alpha.0

types/dist/esm/index.d.ts

2

package.json
{
"name": "node-relation",
"version": "4.0.1",
"version": "4.0.2-alpha.0",
"description": "Manage strings, number, object that are related to each other.",

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

@@ -160,3 +160,3 @@ # node-relation

#### from(source: `RelationNode[]`, depth?: `number` = -1): `Relationship`
#### from(source: `RelationNode`, depth?: `number` = -1): `Relationship`

@@ -163,0 +163,0 @@ Only the nodes that are related to the node received by the parameter are filtered and returned in a new Relationship instance.

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

export { Relationship } from './Relation'
export * from './dist/esm/index'
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