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

agreed-client

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agreed-client - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

lib/reporter.js

@@ -14,3 +14,3 @@ 'use strict';

const url = `${opts.scheme}://${opts.host}:${opts.port}${agree.request.path}`;
if (isEmpty(diff) && isEmpty(schemaErrors)) {
if ((isEmpty(diff) || isEmpty(diff.diff)) && isEmpty(schemaErrors)) {
console.log(`${colo.bold.green('✔ pass!')} ${agree.request.method} ${url}`);

@@ -17,0 +17,0 @@ } else {

{
"name": "agreed-client",
"version": "0.4.0",
"version": "0.4.1",
"description": "agreed client, testing utilities",

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

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