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.32 to 1.0.33

2

dist/exceptions.d.ts

@@ -57,3 +57,3 @@ export declare class NumException extends Error {

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

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

@@ -179,3 +179,3 @@ "use strict";

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

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

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

@@ -76,2 +76,2 @@ "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