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.6-beta3 to 0.14.6-beta4

6

package.json

@@ -5,3 +5,3 @@ {

"author": "aravind (https://github.com/aravindet)",
"version": "0.14.6-beta3",
"version": "0.14.6-beta4",
"main": "index.js",

@@ -17,5 +17,5 @@ "source": "src/index.js",

"@babel/runtime-corejs3": "^7.9.2",
"@graffy/common": "0.14.6-beta3",
"@graffy/stream": "0.14.6-beta3"
"@graffy/common": "0.14.6-beta4",
"@graffy/stream": "0.14.6-beta4"
}
}

@@ -7,3 +7,3 @@ import { merge, slice } from '@graffy/common';

export default function fill(_) {
return store => {
return (store) => {
store.on('read', [], async function fillOnRead(query, options, next) {

@@ -10,0 +10,0 @@ let value = await next(query);

@@ -13,3 +13,3 @@ import { merge, slice, sieve, add, finalize } from '@graffy/common';

const stream = makeStream((streamPush, streamEnd) => {
push = v => {
push = (v) => {
// console.log('Push', debug(v));

@@ -16,0 +16,0 @@ streamPush(v);

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