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.2-alpha3 to 0.14.2

6

package.json

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

"author": "aravind (https://github.com/aravindet)",
"version": "0.14.2-alpha3",
"version": "0.14.2",
"main": "index.js",

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

"@babel/runtime-corejs3": "^7.8.4",
"@graffy/common": "0.14.2-alpha3",
"@graffy/stream": "0.14.2-alpha3"
"@graffy/common": "0.14.2",
"@graffy/stream": "0.14.2"
}
}
import { merge, slice, sieve, add } from '@graffy/common';
import makeStream from '@graffy/stream';
import { makeStream } from '@graffy/stream';

@@ -4,0 +4,0 @@ export default function subscribe(store, originalQuery, raw) {

@@ -18,3 +18,3 @@ "use strict";

var _stream = _interopRequireDefault(require("@graffy/stream"));
var _stream = require("@graffy/stream");

@@ -28,3 +28,3 @@ function subscribe(store, originalQuery, raw) {

resubscribe(originalQuery);
return (0, _stream["default"])(function (streamPush, streamEnd) {
return (0, _stream.makeStream)(function (streamPush, streamEnd) {
push = function push(v) {

@@ -31,0 +31,0 @@ // console.log('Push', debug(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