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

openapi-fuzzer-core

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

openapi-fuzzer-core - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "openapi-fuzzer-core",
"version": "1.0.3",
"version": "1.0.4",
"description": "A library to generate random requests based on open-api specifications.",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

const { klona } = require("klona");
const HTTP_METHODS = ['get', 'post', 'put', 'patch', 'delete', 'head'];
const HTTP_METHODS = ['get', 'post', 'put', 'patch', 'delete'];

@@ -202,3 +202,3 @@ class Swagger {

}
return [10];
return [];
}

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