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.0.6 to 4.0.7

dist/src/factory.d.ts

2

matchers.d.ts

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

export * from './dist/matchers';
export * from './dist/src/matchers';

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

module.exports = require('./dist/matchers');
module.exports = require('./dist/src/matchers');
{
"name": "@shopify/graphql-testing",
"version": "4.0.6",
"version": "4.0.7",
"license": "MIT",
"description": "Utilities to create mock graphql factory.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc --p tsconfig.build.json",
"prepublishOnly": "yarn run build"
"build": "tsc --p tsconfig.json"
},
"sideEffects": false,
"publishConfig": {

@@ -34,3 +33,3 @@ "access": "public",

"devDependencies": {
"@shopify/useful-types": "^2.1.0",
"@shopify/useful-types": "^2.1.1",
"@types/graphql": "^14.0.0",

@@ -37,0 +36,0 @@ "graphql-typed": "^0.4.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