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

@shopify/jest-koa-mocks

Package Overview
Dependencies
Maintainers
10
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/jest-koa-mocks - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

2

dist/create-mock-context/create-mock-context.d.ts

@@ -10,3 +10,3 @@ /// <reference types="koa" />

cookies: MockCookies;
request: Context['Request'] & {
request: Context['request'] & {
body?: any;

@@ -13,0 +13,0 @@ session?: any;

{
"name": "@shopify/jest-koa-mocks",
"version": "2.0.7",
"version": "2.0.8",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "",

@@ -14,3 +14,3 @@ import {URL} from 'url';

cookies: MockCookies;
request: Context['Request'] & {
request: Context['request'] & {
body?: any;

@@ -17,0 +17,0 @@ session?: any;

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