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

@shopify/graphql-testing

Package Overview
Dependencies
Maintainers
13
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/graphql-testing - npm Package Compare versions

Comparing version 4.1.2 to 4.2.0-sknext-beta.9

build/cjs/client.js

6

CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## [4.2.0] - 2020-06-24
### Changed
- Add subsequential request mocking support ([#1534](https://github.com/Shopify/quilt/pull/1534))
## [4.1.0] - 2020-04-20

@@ -12,0 +18,0 @@

2

matchers.d.ts

@@ -1,1 +0,1 @@

export * from './dist/src/matchers';
export * from "./build/ts/matchers/index";

@@ -1,1 +0,1 @@

module.exports = require('./dist/src/matchers');
module.exports = require("./build/node/matchers/index");
{
"name": "@shopify/graphql-testing",
"version": "4.1.2",
"version": "4.2.0-sknext-beta.9",
"license": "MIT",
"description": "Utilities to create mock GraphQL factories",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -31,14 +31,35 @@ "build": "tsc --p tsconfig.json"

"graphql": "^14.0.0",
"jest-matcher-utils": "^25.3.0"
"jest-matcher-utils": "^26.0.0"
},
"devDependencies": {
"@shopify/useful-types": "^2.2.0",
"@shopify/useful-types": "^2.2.0-sknext-beta.9",
"graphql-typed": "^0.5.0"
},
"files": [
"dist/*",
"build/*",
"!tsconfig.tsbuildinfo",
"matchers.d.ts",
"matchers.js"
]
"index.js",
"index.mjs",
"index.esnext",
"index.d.ts",
"matchers.js",
"matchers.mjs",
"matchers.esnext",
"matchers.d.ts"
],
"module": "index.mjs",
"esnext": "index.esnext",
"exports": {
"./": "./",
"./index": {
"import": "./index.mjs",
"require": "./index.js",
"esnext": "./index.esnext"
},
"./matchers": {
"import": "./matchers.mjs",
"require": "./matchers.js",
"esnext": "./matchers.esnext"
}
}
}
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