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

@nuxtjs/apollo

Package Overview
Dependencies
Maintainers
7
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/apollo - npm Package Compare versions

Comparing version 4.0.0-rc11 to 4.0.0-rc12

4

lib/module.js

@@ -45,6 +45,6 @@ const { join } = require('path')

if (options.errorHandler !== undefined && typeof options.errorHandler !== 'string') {
throw new Error(`[Apollo module] errorHandler should be a path to an exported error handler config.`)
throw new Error('[Apollo module] errorHandler should be a path to an exported error handler config.')
}
if (options.defaultOptions !== undefined && typeof options.defaultOptions !== 'object') {
throw new Error(`[Apollo module] defaultOptions must be a object.`)
throw new Error('[Apollo module] defaultOptions must be a object.')
}

@@ -51,0 +51,0 @@

import Vue from 'vue'
import VueApollo from 'vue-apollo'
import 'isomorphic-fetch'
import 'cross-fetch/polyfill'
import { createApolloClient, restartWebsockets } from 'vue-cli-plugin-apollo/graphql-client'

@@ -5,0 +5,0 @@ import Cookie from 'universal-cookie'

{
"name": "@nuxtjs/apollo",
"version": "4.0.0-rc11",
"version": "4.0.0-rc12",
"license": "MIT",

@@ -37,3 +37,3 @@ "main": "lib/module.js",

"dependencies": {
"isomorphic-fetch": "^2.2.1",
"cross-fetch": "^3.0.4",
"universal-cookie": "^4.0.2",

@@ -50,23 +50,24 @@ "vue-apollo": "^3.0.0-rc.2",

"@babel/preset-env": "latest",
"@types/graphql": "^14.2.2",
"@types/universal-cookie": "^2.2.0",
"@nuxt/types": "latest",
"@types/graphql": "latest",
"@types/universal-cookie": "latest",
"codecov": "latest",
"core-js": "^2.6.9",
"dotenv": "latest",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint": "latest",
"eslint-config-standard": "latest",
"eslint-loader": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jest": "^22.13.0",
"eslint-plugin-jest": "latest",
"eslint-plugin-node": "latest",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest",
"eslint-plugin-vue": "latest",
"graphql-tag": "^2.10.1",
"graphql-tag": "latest",
"jest": "latest",
"jsdom": "^15.1.1",
"nuxt": "^2.8.1",
"jsdom": "latest",
"nuxt-edge": "latest",
"standard-version": "latest",
"typescript": "^3.5.3"
"typescript": "latest"
}
}
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