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 1.7.0 to 1.7.1

2

package.json
{
"name": "api-test",
"version": "1.7.0",
"version": "1.7.1",
"author": "Sitegui <sitegui@sitegui.com.br>",

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

@@ -59,2 +59,4 @@ 'use strict'

pushStr('true', false, false, colors.key)
} else if (value === undefined) {
pushStr('undefined', false, false, colors.key)
} else if (value === null) {

@@ -61,0 +63,0 @@ pushStr('null', false, false, colors.key)

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