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

insomnia-plugin-request

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insomnia-plugin-request - npm Package Compare versions

Comparing version 1.0.22 to 1.0.23

8

__tests__/index.test.js

@@ -5,3 +5,3 @@ const { jarFromCookies, cookiesFromJar } = require('insomnia-cookies');

describe('plugin', () => {
describe('RequestExtension cookie', async () => {
describe('RequestExtension cookie', () => {
it('should get cookie by name', async () => {

@@ -29,3 +29,3 @@ const jar = jarFromCookies([]);

describe('RequestExtension url', async () => {
describe('RequestExtension url', () => {
it('should get url', async () => {

@@ -60,3 +60,3 @@ const requests = [

describe('RequestExtension header', async () => {
describe('RequestExtension header', () => {
it('should get url', async () => {

@@ -77,3 +77,3 @@ const requests = [

describe('RequestExtension parameter', async () => {
describe('RequestExtension parameter', () => {
it('should get parameter', async () => {

@@ -80,0 +80,0 @@ const requests = [

{
"name": "insomnia-plugin-request",
"version": "1.0.22",
"version": "1.0.23",
"author": "Gregory Schier <gschier1990@gmail.com>",

@@ -22,3 +22,3 @@ "description": "Insomnia request template tag",

},
"gitHead": "0d333b008bba19422618c8e85808def1678b5d9b"
"gitHead": "20ef8015c5f7b333bc73963d589b2cf16d6c3910"
}
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