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

num-client

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

num-client - npm Package Compare versions

Comparing version 1.0.31 to 1.0.32

6

dist/exceptions.d.ts

@@ -51,4 +51,4 @@ export declare class NumException extends Error {

compactSchemaError = "COMPACT_SCHEMA_ERROR",
localeFileNotFoundError = "LOCALE_FILE_NOT_FOUND_ERROR",
noUnpackerConfigFileFound = "NO_UNPACKER_CONFIG_FILE_FOUND",
localeFileNotFoundError = "LOCALE_FILE_NOT_FOUND",
noUnpackerConfigFileFound = "UNPACKER_CONFIG_FILE_NOT_FOUND",
expandedSchemaError = "EXPANDED_SCHEMA_ERROR",

@@ -58,3 +58,3 @@ moduleConfigFileNotFound = "MODULE_CONFIG_FILE_NOT_FOUND",

internalError = "INTERNAL_ERROR",
noModlRecordFound = "NO_MODL_RECORD_FOUND",
noModlRecordFound = "MODL_RECORD_NOT_FOUND",
schemaNotFound = "SCHEMA_NOT_FOUND",

@@ -61,0 +61,0 @@ badDoHResponse = "DOH_SERVICE_ERROR"

@@ -173,4 +173,4 @@ "use strict";

NumProtocolErrorCode["compactSchemaError"] = "COMPACT_SCHEMA_ERROR";
NumProtocolErrorCode["localeFileNotFoundError"] = "LOCALE_FILE_NOT_FOUND_ERROR";
NumProtocolErrorCode["noUnpackerConfigFileFound"] = "NO_UNPACKER_CONFIG_FILE_FOUND";
NumProtocolErrorCode["localeFileNotFoundError"] = "LOCALE_FILE_NOT_FOUND";
NumProtocolErrorCode["noUnpackerConfigFileFound"] = "UNPACKER_CONFIG_FILE_NOT_FOUND";
NumProtocolErrorCode["expandedSchemaError"] = "EXPANDED_SCHEMA_ERROR";

@@ -180,3 +180,3 @@ NumProtocolErrorCode["moduleConfigFileNotFound"] = "MODULE_CONFIG_FILE_NOT_FOUND";

NumProtocolErrorCode["internalError"] = "INTERNAL_ERROR";
NumProtocolErrorCode["noModlRecordFound"] = "NO_MODL_RECORD_FOUND";
NumProtocolErrorCode["noModlRecordFound"] = "MODL_RECORD_NOT_FOUND";
NumProtocolErrorCode["schemaNotFound"] = "SCHEMA_NOT_FOUND";

@@ -183,0 +183,0 @@ NumProtocolErrorCode["badDoHResponse"] = "DOH_SERVICE_ERROR";

{
"name": "num-client",
"version": "1.0.31",
"version": "1.0.32",
"description": "A NUM Protocol Client in TypeScript",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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