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

bbop-graph-noctua

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bbop-graph-noctua - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

15

lib/edit.js

@@ -369,3 +369,3 @@ /**

/**
* Get sublist of referenced_subgraphs with a certain ID.
* Get a referenced_subgraph with a certain ID.
*

@@ -375,3 +375,3 @@ * @name get_referenced_subgraph_by_id

* @param {String} iid - referenced_individual ID to look for
* @returns {Array} list of referenced_subgraphs with that ID
* @returns {Object|null} referenced_subgraph with that ID
*/

@@ -1066,2 +1066,6 @@ function _get_referenced_subgraph_by_id(iid){

*
* modified-p and inconsistent-p properties are copied from the the
* incoming graph (assuming that the update has more recent
* information).
*
* @param {graph} in_graph - the graph to merge in

@@ -1096,2 +1100,7 @@ * @returns {Boolean} if graph was loaded

// Accept the signal that the merge in graph (update) has the
// correct modification and inconsistent information.
anchor._inconsistent_p = in_graph._inconsistent_p;
anchor._modified_p = in_graph._modified_p;
return ret;

@@ -1144,3 +1153,3 @@ };

anchor.annotations([]);
var ret = anchor.merge_in(in_graph);

@@ -1147,0 +1156,0 @@ return ret;

2

package.json
{
"name": "bbop-graph-noctua",
"version": "0.0.19",
"version": "0.0.20",
"license": "BSD-3-Clause",

@@ -5,0 +5,0 @@ "description": "A subclass of bbop-graph that layers on a complete annotation and graph editing model for the Noctua set of tools.",

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