@graffy/fill
Advanced tools
Comparing version 0.14.3 to 0.14.4
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.14.3", | ||
"version": "0.14.4", | ||
"main": "index.js", | ||
@@ -17,5 +17,5 @@ "source": "src/index.js", | ||
"@babel/runtime-corejs3": "^7.8.4", | ||
"@graffy/common": "0.14.3", | ||
"@graffy/stream": "0.14.3" | ||
"@graffy/common": "0.14.4", | ||
"@graffy/stream": "0.14.4" | ||
} | ||
} |
@@ -64,3 +64,3 @@ import { merge, slice, sieve, add, finalize } from '@graffy/common'; | ||
if (typeof value === 'undefined') return; | ||
// console.log('Fill/subscribe: PutValue', value); | ||
// console.log('Fill/subscribe: PutValue', debug(value)); | ||
@@ -77,3 +77,3 @@ if (value === null) { | ||
const sieved = sieve(data, value); | ||
// console.log('Data after sieve', debug(data)); | ||
// console.log('Data after sieve', debug(data), debug(sieved)); | ||
if (!sieved.length) return; | ||
@@ -109,3 +109,3 @@ merge(payload, sieved); | ||
if (!unknown) { | ||
// console.log('Pushing', payload); | ||
// console.log('Pushing', debug(payload)); | ||
push(raw ? payload : data); | ||
@@ -112,0 +112,0 @@ payload = []; |
@@ -217,3 +217,3 @@ "use strict"; | ||
function putValue(value, isChange) { | ||
if (typeof value === 'undefined') return; // console.log('Fill/subscribe: PutValue', value); | ||
if (typeof value === 'undefined') return; // console.log('Fill/subscribe: PutValue', debug(value)); | ||
@@ -229,3 +229,3 @@ if (value === null) { | ||
// console.log('Data before sieve', debug(data), debug(value)); | ||
var sieved = (0, _common.sieve)(data, value); // console.log('Data after sieve', debug(data)); | ||
var sieved = (0, _common.sieve)(data, value); // console.log('Data after sieve', debug(data), debug(sieved)); | ||
@@ -263,3 +263,3 @@ if (!sieved.length) return; | ||
if (!unknown) { | ||
// console.log('Pushing', payload); | ||
// console.log('Pushing', debug(payload)); | ||
push(raw ? payload : data); | ||
@@ -266,0 +266,0 @@ payload = []; |
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
16664
+ Added@graffy/common@0.14.4(transitive)
+ Added@graffy/stream@0.14.4(transitive)
- Removed@graffy/common@0.14.3(transitive)
- Removed@graffy/stream@0.14.3(transitive)
Updated@graffy/common@0.14.4
Updated@graffy/stream@0.14.4