Socket
Socket
Sign inDemoInstall

schema-client

Package Overview
Dependencies
1
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.10 to 3.0.11

2

lib/client.js

@@ -339,3 +339,3 @@ var events = require('events');

var result;
if (typeof response.$data === 'object') {
if (response.$data !== null && typeof response.$data === 'object') {
result = Client.createResource(url, response, self);

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

{
"name": "schema-client",
"version": "3.0.10",
"version": "3.0.11",
"description": "Schema API Client for NodeJS",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc