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

@tipe/nuxt-apollo-module

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tipe/nuxt-apollo-module - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

index.js

@@ -14,4 +14,4 @@ const path = require('path')

// Sanitize clientConfigs option
Object.keys(networkInterfaces).forEach((key) => {
if (typeof networkInterfaces[key] !== 'string' || (typeof networkInterfaces[key] === 'string' && /^https?:\/\//.test(networkInterfaces[key]))) {
Object.keys(clientConfigs).forEach((key) => {
if (typeof clientConfigs[key] !== 'string' || (typeof clientConfigs[key] === 'string' && /^https?:\/\//.test(clientConfigs[key]))) {
throw new Error(`[Apollo module] Network interface "${key}" should be a path to an exported Apollo Client config object.`)

@@ -18,0 +18,0 @@ }

{
"name": "@tipe/nuxt-apollo-module",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "index.js",

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