New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

insomnia-plugin-usage-logger

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insomnia-plugin-usage-logger - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

package.json
{
"name": "insomnia-plugin-usage-logger",
"version": "1.0.1",
"version": "1.0.2",
"description": "An Insomnia plugin for logging request and response details using Resurface. More info at: https://resurface.io",

@@ -46,3 +46,3 @@ "main": "./src/plugin.js",

"publisher": {
"name": "ResurfaceLabs",
"name": "Resurface Labs",
"icon": "https://raw.githubusercontent.com/resurfaceio/insomnia-plugin/master/assets/plugin/icon-alt.svg"

@@ -49,0 +49,0 @@ },

@@ -55,2 +55,3 @@ // © 2016-2021 Resurface Labs Inc.

});
request.addHeader("user-agent", "insomnia/2021");
context.request.getParameters().forEach(param => {

@@ -57,0 +58,0 @@ request.addQueryParam(param.name, param.value);

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