Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "jseg", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "JavaScript Entity Graph: A super simple, in-memory, JS graph database.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -66,3 +66,3 @@ # JavaScript Entity Graph | ||
[[types.Likeable, 'many', 'likers'], | ||
[types.User, 'many', likes']], | ||
[types.User, 'many', 'likes']], | ||
@@ -118,3 +118,3 @@ [[types.Comment, 'one', 'author'], | ||
console.log(graph.get('comment-1', {depth: 3})); | ||
console.log(graph.get('comment-1', {depth: 3, json: true})); | ||
@@ -121,0 +121,0 @@ console.log(graph.lookup('Link', 'href', 'example.com')); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
42260
0