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

unexpected-mitm

Package Overview
Dependencies
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unexpected-mitm - npm Package Compare versions

Comparing version 2.4.1 to 3.0.0

2

lib/unexpectedMitm.js

@@ -227,2 +227,4 @@ /* global setImmediate, after, console */

installInto: function (expect) {
expect.installPlugin(require('unexpected-messy'));
var expectForRendering = expect.clone();

@@ -229,0 +231,0 @@ expectForRendering.addType({

7

package.json
{
"name": "unexpected-mitm",
"version": "2.4.1",
"version": "3.0.0",
"description": "Unexpected plugin for the mitm library",

@@ -12,2 +12,5 @@ "main": "lib/unexpectedMitm.js",

},
"peerDependencies": {
"unexpected-messy": "2"
},
"devDependencies": {

@@ -19,3 +22,3 @@ "coveralls": "2.11.2",

"unexpected": "6.3.1",
"unexpected-http": "1.9.0",
"unexpected-http": "2.0.0",
"unexpected-messy": "2.14.0"

@@ -22,0 +25,0 @@ },

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