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

@restroom-mw/logger

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@restroom-mw/logger - npm Package Compare versions

Comparing version 0.13.1-01c588e.79 to 0.13.1-18d61c6.81

4

dist/index.js

@@ -45,3 +45,3 @@ "use strict";

for (const [sentence, where] of params) {
addLog([input[sentence] || sentence], where);
addLog([result[sentence] || input[sentence] || sentence], where);
}

@@ -56,3 +56,3 @@ }

}
addLog([input[sentence] || sentence], logPath);
addLog([result[sentence] || input[sentence] || sentence], logPath);
}

@@ -59,0 +59,0 @@ }

{
"name": "@restroom-mw/logger",
"version": "0.13.1-01c588e.79+01c588e",
"version": "0.13.1-18d61c6.81+18d61c6",
"description": "Utilities middleware to work with files for Restroom",

@@ -36,3 +36,3 @@ "author": "Alberto Lerda <alberto@dyne.org>",

},
"gitHead": "01c588e01a51bba105b5076be7f7d007b266cd59"
"gitHead": "18d61c65ec415d0b08b60a30a83406d7b015dc7f"
}

@@ -41,3 +41,3 @@ import {Restroom} from "@restroom-mw/core";

for(const [ sentence, where ] of params) {
addLog([ input[sentence] || sentence ], where);
addLog([ result[sentence] || input[sentence] || sentence ], where);
}

@@ -53,3 +53,3 @@ }

}
addLog([ input[sentence] || sentence ], logPath);
addLog([ result[sentence] || input[sentence] || sentence ], logPath);
}

@@ -56,0 +56,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