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

patronus

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patronus - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/Patronus.js

@@ -83,3 +83,3 @@ (function() {

(combo.path || []).forEach(function(paramSpec) {
assert.notEqual(undefined, params[paramSpec.name], "The param '" + paramSpec.name + "' was undefined in one of your value files, and is required");
assert.notEqual(undefined, params[paramSpec.name], "The param '" + paramSpec.name + "' was undefined in one of your value files, and is required for " + method + " " + path);

@@ -86,0 +86,0 @@ path = path.replace('{' + paramSpec.name + '}', params[paramSpec.name]);

{
"name": "patronus",
"version": "0.2.0",
"version": "0.2.1",
"description": "Specification-driven REST API testing",

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

@@ -90,3 +90,3 @@ # Patronus

- [ ] Support deep object randomization (currently deep is all or nothing based on parent)
- [ ] Support custom headers / params / payload values not in spec
- [ ] Support extra headers / params / payload values not in spec

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