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

agreed-core

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agreed-core - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

2

lib/check/diff.js

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

if (typeof small !== 'object') {
if (hasTemplate(small) && large) {
if (hasTemplate(small) && large != null) {
if (hasTemplateWithAnyString(small)) {

@@ -21,0 +21,0 @@ const reg = toRegexp(small);

@@ -42,7 +42,2 @@ 'use strict';

if (agree.response.body) {
const values = this.getMergedValues(agree.request.values, agree.response.values);
agree.response.body = format(agree.response.body, values);
}
return new Promise((resolve, reject) => {

@@ -49,0 +44,0 @@ const req = protocol.request(options, resolve);

{
"name": "agreed-core",
"version": "0.6.4",
"version": "0.6.5",
"description": "agreed is a mock server and test client, agreed will be helper for Consumer Driven Contract",

@@ -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