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
13
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.2.2 to 2.2.3

13

CHANGELOG.md

@@ -5,7 +5,8 @@ # Changelog

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
<!-- ## [Unreleased] -->
## 2.2.0 - 2019-12-19
## [2.2.0] - 2019-12-19

@@ -16,3 +17,3 @@ ### Added

## 2.1.7 - 2019-10-23
## [2.1.7] - 2019-10-23

@@ -23,3 +24,3 @@ ### Fixed

## 2.1.0 - 2019-01-18
## [2.1.0] - 2019-01-18

@@ -34,8 +35,8 @@ ### Fixed

## 2.0.15 - 2019-01-11
## [2.0.15] - 2019-01-11
- Fix setting custom state in mock context [#467](https://github.com/Shopify/quilt/pull/467)
## 2.0.14 - 2019-01-09
## [2.0.14] - 2019-01-09
- Start of Changelog
{
"name": "@shopify/jest-koa-mocks",
"version": "2.2.2",
"version": "2.2.3",
"license": "MIT",
"description": "",
"description": "Utilities to easily stub Koa context and cookies",
"main": "dist/src/index.js",

@@ -7,0 +7,0 @@ "types": "dist/src/index.d.ts",

@@ -6,3 +6,3 @@ # `@shopify/jest-koa-mocks`

Utilities to easily stub Koa context and cookies. The utilities are designed to help you write unit tests for your koa middleware without needing to set up any kind of actual server in your test environment. When test writing is easy and fun you'll want to write more tests. ✨😎
Utilities to easily stub Koa context and cookies. The utilities are designed to help you write unit tests for your Koa middleware without needing to set up any kind of actual server in your test environment. When test writing is easy and fun you'll want to write more tests. ✨😎

@@ -9,0 +9,0 @@ ## Installation

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