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

apollo-link-reactive-schema

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-link-reactive-schema - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

6

lib/reactiveSchemaLink.js

@@ -60,3 +60,7 @@ "use strict";

catch (e) {
observer.next({ errors: [new graphql_1.GraphQLError(e.mesage)] });
if (e instanceof Error) {
observer.next({ errors: [new graphql_1.GraphQLError(e.message)] });
}
else
throw e;
}

@@ -63,0 +67,0 @@ });

2

package.json
{
"name": "apollo-link-reactive-schema",
"version": "2.1.1",
"version": "2.1.2",
"description": "Apollo Link that provides a reactive-graphql execution environment to perform operations on a provided reactive schema.",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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