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

@graffy/fill

Package Overview
Dependencies
Maintainers
1
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graffy/fill - npm Package Compare versions

Comparing version 0.14.3 to 0.14.4

6

package.json

@@ -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 = [];

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