Socket
Socket
Sign inDemoInstall

mockttp

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mockttp - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

docs/runkitExample.js

7

package.json
{
"name": "mockttp",
"version": "0.6.0",
"version": "0.6.1",
"description": "Mock HTTP server for testing HTTP clients and stubbing webservices",

@@ -11,6 +11,9 @@ "main": "dist/main.js",

},
"runkitExampleFilename": "./docs/runkitExample.js",
"files": [
"dist",
"src",
"custom-typings"
"custom-typings",
"docs",
"typedoc"
],

@@ -17,0 +20,0 @@ "scripts": {

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

# Mockttp [![Travis Build Status](https://img.shields.io/travis/pimterry/mockttp.svg)](https://travis-ci.org/pimterry/mockttp)
# Mockttp [![Travis Build Status](https://img.shields.io/travis/pimterry/mockttp.svg)](https://travis-ci.org/pimterry/mockttp) [![Try Mockttp on RunKit](https://badge.runkitcdn.com/mockttp.svg)](https://npm.runkit.com/mockttp)

@@ -73,3 +73,3 @@ Mockttp lets you quickly & reliably fake HTTP responses for testing, and assert

(Want to play with this yourself? Try running a standalone version live on RunKit: https://runkit.com/pimterry/mockttp)
(Want to play with this yourself? Try running a standalone version live on RunKit: https://npm.runkit.com/mockttp)

@@ -76,0 +76,0 @@ That is pretty easy, but we can make this simpler & more powerful. Let's take a look at some more fancy features:

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