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

unexpected-messy

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unexpected-messy - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

14

lib/unexpectedMessy.js

@@ -333,11 +333,9 @@ var messy = require('messy'),

});
if (flags.exhaustively) {
// All the headers remaining in remainingExpectedHeaders are missing:
remainingExpectedHeaders.getNames().forEach(function (headerName) {
remainingExpectedHeaders.getAll(headerName).forEach(function (headerValue) {
output.error('// missing ');
outputHeader(headerName, headerValue).nl();
});
// All the headers remaining in remainingExpectedHeaders are missing:
remainingExpectedHeaders.getNames().forEach(function (headerName) {
remainingExpectedHeaders.getAll(headerName).forEach(function (headerValue) {
outputHeader(headerName, headerValue);
output.sp().error('// missing ');
});
}
});
return {

@@ -344,0 +342,0 @@ diff: output

{
"name": "unexpected-messy",
"version": "1.5.2",
"version": "1.5.3",
"description": "Unexpected plugin for the messy library",

@@ -5,0 +5,0 @@ "main": "lib/unexpectedMessy.js",

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