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

@graphql-yoga/subscription

Package Overview
Dependencies
Maintainers
4
Versions
1266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-yoga/subscription - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2-canary-5c9ba38.0

2

esm/createPubSub.js
import { Repeater } from '@repeaterjs/repeater';
import { resolveGlobalConfig, } from '@graphql-yoga/typed-event-target';
import { resolveGlobalConfig } from '@graphql-yoga/typed-event-target';
/**

@@ -4,0 +4,0 @@ * Utility for publishing and subscribing to events.

{
"name": "@graphql-yoga/subscription",
"version": "2.2.1",
"version": "2.2.2-canary-5c9ba38.0",
"description": "",

@@ -5,0 +5,0 @@ "dependencies": {

import { Repeater } from '@repeaterjs/repeater';
import { type TypedEventTarget, type EventAPI } from '@graphql-yoga/typed-event-target';
import type { TypedEventTarget, EventAPI } from '@graphql-yoga/typed-event-target';
declare type PubSubPublishArgsByKey = {

@@ -4,0 +4,0 @@ [key: string]: [] | [any] | [number | string, any];

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