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

slicknode-apollo-link

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

slicknode-apollo-link - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

dist/index.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const apollo_link_1 = require("apollo-link");
const printer_1 = require("graphql/language/printer");
const slicknode_client_1 = __importDefault(require("slicknode-client"));
/**

@@ -16,3 +12,3 @@ * Creates an ApolloLink instance to be used with apollo-client

const client = options.client;
if (!client || !(client instanceof slicknode_client_1.default)) {
if (!client) {
throw new Error('No instance of a client provided in configuration options for SlicknodeLink');

@@ -19,0 +15,0 @@ }

2

package.json
{
"name": "slicknode-apollo-link",
"version": "0.1.0",
"version": "0.1.1",
"repository": "https://github.com/slicknode/slicknode-apollo-link.git",

@@ -5,0 +5,0 @@ "author": "Ivo Meißner <info@overtronic.com>",

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