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

@graphitation/apollo-mock-client

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphitation/apollo-mock-client - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

.eslintcache

28

CHANGELOG.json

@@ -5,5 +5,5 @@ {

{
"date": "Thu, 22 Apr 2021 22:36:21 GMT",
"tag": "@graphitation/apollo-mock-client_v0.2.0",
"version": "0.2.0",
"date": "Fri, 23 Apr 2021 19:28:10 GMT",
"tag": "@graphitation/apollo-mock-client_v0.3.0",
"version": "0.3.0",
"comments": {

@@ -14,23 +14,29 @@ "minor": [

"author": "eloy.de.enige@gmail.com",
"commit": "d7f9a7b9f47fce1146c063f1b3d73a7d6861f57e",
"commit": "1f5c1f19f523997e572467fa5f794e2d735441d4",
"package": "@graphitation/apollo-mock-client"
},
{
"comment": "First proper release",
"author": "eloy.de.enige@gmail.com",
"commit": "1f5c1f19f523997e572467fa5f794e2d735441d4",
"package": "@graphitation/apollo-mock-client"
}
],
"none": [
"patch": [
{
"comment": "Bump monorepo-scripts to v1.0.0",
"comment": "Include correct files",
"author": "eloy.de.enige@gmail.com",
"commit": "d7f9a7b9f47fce1146c063f1b3d73a7d6861f57e",
"commit": "1f5c1f19f523997e572467fa5f794e2d735441d4",
"package": "@graphitation/apollo-mock-client"
},
{
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.1.1",
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.2.0",
"author": "eloy.de.enige@gmail.com",
"commit": "d7f9a7b9f47fce1146c063f1b3d73a7d6861f57e",
"commit": "1f5c1f19f523997e572467fa5f794e2d735441d4",
"package": "@graphitation/apollo-mock-client"
},
{
"comment": "Bump @graphitation/graphql-js-tag to v0.1.1",
"comment": "Bump @graphitation/graphql-js-tag to v0.2.0",
"author": "eloy.de.enige@gmail.com",
"commit": "d7f9a7b9f47fce1146c063f1b3d73a7d6861f57e",
"commit": "1f5c1f19f523997e572467fa5f794e2d735441d4",
"package": "@graphitation/apollo-mock-client"

@@ -37,0 +43,0 @@ }

# Change Log - @graphitation/apollo-mock-client
This log was last generated on Thu, 22 Apr 2021 22:36:21 GMT and should not be manually modified.
This log was last generated on Fri, 23 Apr 2021 19:28:10 GMT and should not be manually modified.
<!-- Start content -->
## 0.2.0
## 0.3.0
Thu, 22 Apr 2021 22:36:21 GMT
Fri, 23 Apr 2021 19:28:10 GMT

@@ -14,3 +14,10 @@ ### Minor changes

- Use queued resolver for existing operations (eloy.de.enige@gmail.com)
- First proper release (eloy.de.enige@gmail.com)
### Patches
- Include correct files (eloy.de.enige@gmail.com)
- Bump @graphitation/graphql-js-operation-payload-generator to v0.2.0 (eloy.de.enige@gmail.com)
- Bump @graphitation/graphql-js-tag to v0.2.0 (eloy.de.enige@gmail.com)
## 0.1.1

@@ -17,0 +24,0 @@

{
"name": "@graphitation/apollo-mock-client",
"version": "0.2.0",
"description": "An Apollo Client that allows mocking of payloads in response to operations, rather than having to provide them all upfront.",
"license": "MIT",
"version": "0.3.0",
"main": "./lib/index.js",

@@ -14,4 +16,4 @@ "scripts": {

"@apollo/client": "^3.3.15",
"@graphitation/graphql-js-tag": "^0.1.1",
"@graphitation/graphql-js-operation-payload-generator": "^0.1.1",
"@graphitation/graphql-js-tag": "^0.2.0",
"@graphitation/graphql-js-operation-payload-generator": "^0.2.0",
"@types/invariant": "^2.2.34",

@@ -28,4 +30,3 @@ "@types/jest": "^26.0.22",

"@apollo/client": "^3.3.0",
"graphql": "^15.5.0",
"react": "^17.0.2"
"graphql": "^15.5.0"
},

@@ -32,0 +33,0 @@ "dependencies": {

# ApolloMockClient
An Apollo Client that allows mocking of payloads in response to operations, rather than having to provide them all upfront. It is API-wise a port of [Relay’s RelayMockEnvironment](https://relay.dev/docs/guides/testing-relay-components/#relaymockenvironment-api-overview).
An Apollo Client that allows mocking of payloads in response to operations, rather than having to provide them all upfront.
It is API-wise a port of [Relay’s RelayMockEnvironment](https://relay.dev/docs/guides/testing-relay-components/#relaymockenvironment-api-overview).
While not required, it works hand-in-hand with `@graphitation/graphql-js-operation-payload-generator`.

@@ -6,0 +8,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