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

ancient-graph-spreading

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ancient-graph-spreading - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

4

CHANGELOG.md

@@ -1,5 +0,6 @@

#### 0.0.9 (2016-9-27)
#### 0.0.10 (2016-10-2)
##### Documentation Changes
* **jsdoc:** fix params ([5f65b5ca](https://github.com/AncientSouls/GraphSpreading/commit/5f65b5ca0830aa6cb8926263486781035629a823))
* **readme:** Compile before testing ([f6af1257](https://github.com/AncientSouls/GraphSpreading/commit/f6af1257d59115cc865d9ede8a37bf2dcdded055))

@@ -25,2 +26,3 @@

* **errors:** Remove useless errors. ([5eb46fda](https://github.com/AncientSouls/GraphSpreading/commit/5eb46fdab83222772442dc954d1cd6db8fc59326))
* **scripts:** useless ([66d08c1e](https://github.com/AncientSouls/GraphSpreading/commit/66d08c1e24a1f13dc76ac4d7519ac0044f59e04f))

@@ -27,0 +29,0 @@ * **async:** Move callback from push to drain ([9385fa0a](https://github.com/AncientSouls/GraphSpreading/commit/9385fa0a9e9554c578fd5d9daa1844e8b6008ddb))

@@ -119,4 +119,2 @@ 'use strict';

* @param {SpreadLink} spreadLink
* @param {string[]} [pathLink.launched]
* @param {string[]} [pathLink.process]
* @param {Function} [callback]

@@ -138,3 +136,4 @@ */

} else {
throw new Error('SpreadLink should have `launched` or `process` field.');
if (callback) callback();
return;
}

@@ -172,3 +171,4 @@ this.graphSpreading.spreadFromSpreadLink(spreadLink, context, undefined, function () {

} else {
throw new Error('SpreadLink ' + spreadLink.id + ' should have `launched` or `process` field.');
if (callback) callback();
return;
}

@@ -175,0 +175,0 @@ this.graphSpreading.unspreadFromRemovedSpreadLinkByPrevId(spreadLink.id, context, undefined, function () {

{
"name": "ancient-graph-spreading",
"version": "0.0.9",
"version": "0.0.10",
"description": "Automatic maintenance spreading of graph according other graphs.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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