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

wildcard-mock-link

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wildcard-mock-link - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

dist.es5/index.js

@@ -15,2 +15,5 @@ "use strict";

})();
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -20,3 +23,3 @@ var react_testing_1 = require("@apollo/react-testing");

var apollo_utilities_1 = require("apollo-utilities");
var fast_json_stable_stringify_1 = require("fast-json-stable-stringify");
var fast_json_stable_stringify_1 = __importDefault(require("fast-json-stable-stringify"));
var graphql_1 = require("graphql");

@@ -23,0 +26,0 @@ exports.MATCH_ANY_PARAMETERS = Symbol();

2

package.json
{
"name": "wildcard-mock-link",
"version": "1.0.1",
"version": "1.0.2",
"description": "apollo client mocking",

@@ -5,0 +5,0 @@ "author": "insidewhy <github@chilon.net>",

@@ -9,2 +9,3 @@ {

"preserveWatchOutput": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,

@@ -11,0 +12,0 @@ "outDir": "../dist.es2015",

Sorry, the diff of this file is not supported yet

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