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

graphql-mock

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-mock - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

dist/client.js

@@ -10,4 +10,3 @@ "use strict";

then(callback) {
callback(something);
return promise;
return immediatelyResolvingPromise(callback(something));
},

@@ -26,4 +25,3 @@ catch() {

catch(callback) {
callback(error);
return promise;
return immediatelyResolvingPromise(callback(error));
}

@@ -30,0 +28,0 @@ };

{
"name": "graphql-mock",
"version": "1.0.1",
"version": "1.0.2",
"description": "GraphQL endpoint mockery library for testing",

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

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