Socket
Socket
Sign inDemoInstall

@n1ru4l/push-pull-async-iterable-iterator

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@n1ru4l/push-pull-async-iterable-iterator - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0

6

package.json
{
"version": "1.0.0-alpha.2",
"version": "1.0.0",
"license": "MIT",

@@ -54,5 +54,5 @@ "main": "dist/index.js",

"**/typescript": "4.0.5",
"**/@typescript-eslint/eslint-plugin": "4.6.1",
"**/@typescript-eslint/parser": "4.6.1"
"**/@typescript-eslint/eslint-plugin": "4.8.2",
"**/@typescript-eslint/parser": "4.8.2"
}
}

@@ -102,3 +102,3 @@ # `@n1ru4l/push-pull-async-iterable-iterator`

} from "@n1ru4l/push-pull-async-iterable-iterator";
import { createLiveQueryPatchInflator } from "@n1ru4l/graphql-live-query-patch";
import { createApplyLiveQueryPatch } from "@n1ru4l/graphql-live-query-patch";

@@ -121,5 +121,7 @@ const client = createClient({

});
const applyLiveQueryPatch = createApplyLiveQueryPatch();
// apply some middleware to our asyncIterator
const compositeIterator = createLiveQueryPatchInflator(
const compositeIterator = applyLiveQueryPatch(
executionResultIterator

@@ -126,0 +128,0 @@ );

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