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 2.1.1 to 2.1.2

4

lib/client.js

@@ -74,6 +74,6 @@ /**

if (!this.params.clientId) {
throw 'Schema client `id` is required to initialize';
throw new Error('Schema client `id` is required to initialize');
}
if (!this.params.clientKey) {
throw 'Schema client `key` is required to initialize';
throw new Error('Schema client `key` is required to initialize');
}

@@ -80,0 +80,0 @@ };

{
"name": "schema-client",
"version": "2.1.1",
"version": "2.1.2",
"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