New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@graphql-yoga/subscription

Package Overview
Dependencies
Maintainers
4
Versions
1280
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.0.0 to 2.1.0-canary-fe62207.0

4

index.js

@@ -133,5 +133,3 @@ 'use strict';

enumerable: true,
get: function () {
return repeater.Repeater;
}
get: function () { return repeater.Repeater; }
});

@@ -138,0 +136,0 @@ exports.createPubSub = createPubSub;

{
"name": "@graphql-yoga/subscription",
"version": "2.0.0",
"version": "2.1.0-canary-fe62207.0",
"description": "",

@@ -30,8 +30,28 @@ "dependencies": {

".": {
"require": "./index.js",
"import": "./index.mjs"
"require": {
"types": "./index.d.ts",
"default": "./index.js"
},
"import": {
"types": "./index.d.ts",
"default": "./index.mjs"
},
"default": {
"types": "./index.d.ts",
"default": "./index.mjs"
}
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
"require": {
"types": "./*.d.ts",
"default": "./*.js"
},
"import": {
"types": "./*.d.ts",
"default": "./*.mjs"
},
"default": {
"types": "./*.d.ts",
"default": "./*.mjs"
}
},

@@ -38,0 +58,0 @@ "./package.json": "./package.json"

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