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

@gospime/apollo-client

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gospime/apollo-client - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [2.6.1](https://github.com/gospime/apollo-client/compare/v2.6.0...v2.6.1) (2019-11-27)
### Bug Fixes
* removed typo ([05e742c](https://github.com/gospime/apollo-client/commit/05e742c72789ab2d80c79da9352ec7197aa98cb2))
## [2.6.0](https://github.com/gospime/apollo-client/compare/v2.5.1...v2.6.0) (2019-11-27)

@@ -7,0 +14,0 @@

2

package.json
{
"name": "@gospime/apollo-client",
"version": "2.6.0",
"version": "2.6.1",
"description": "Apollo HTTP client with response caching",

@@ -5,0 +5,0 @@ "keywords": [

@@ -158,3 +158,3 @@ const https = require('https');

const mapperSub = ([key, subfields]) => {
return mapped.push(`${key}: { ${this.parseFields(subfields)} }`);
return mapped.push(`${key} { ${this.parseFields(subfields)} }`);
}

@@ -161,0 +161,0 @@

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