Socket
Socket
Sign inDemoInstall

api-test

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

api-test - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

classes/Find.js

@@ -53,3 +53,3 @@ 'use strict'

return stringify(doc, true)
}).join('\n---') + '\n' +
}).join('\n---\n') + '\n' +
'\x1b[1;32mTarget document:\x1b[0m\n' +

@@ -56,0 +56,0 @@ stringify(target, true) + '\n' +

@@ -54,2 +54,6 @@ 'use strict'

if (!this.parsed) {
if (this.lines.length && this.lines[0][0] === '\t') {
throw new ParseError('Unexpected "\\t" at the line beginning', this)
}
if (!(this._parseArray() ||

@@ -56,0 +60,0 @@ this._parseObject() ||

{
"name": "api-test",
"version": "2.0.1",
"version": "2.0.2",
"author": "Sitegui <sitegui@sitegui.com.br>",

@@ -5,0 +5,0 @@ "description": "API testing made simple",

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