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 0.1.27 to 0.1.28

2

dist/client.d.ts

@@ -13,2 +13,4 @@ import { Context, NumLocation, UserVariable } from './context';

setenv(env: string): void;
setDnsEnv(env: string): void;
setModuleEnv(env: string): void;
}

@@ -15,0 +17,0 @@ export declare enum NumProtocolErrorCode {

@@ -173,5 +173,11 @@ "use strict";

NumClientImpl.prototype.setenv = function (env) {
this.resourceLoader.setenv(env);
this.setDnsEnv(env);
this.setModuleEnv(env);
};
NumClientImpl.prototype.setDnsEnv = function (env) {
lookupgenerators_1.setenvDomainLookups(env);
};
NumClientImpl.prototype.setModuleEnv = function (env) {
this.resourceLoader.setenv(env);
};
NumClientImpl.prototype.createContext = function (numAddress) {

@@ -178,0 +184,0 @@ try {

2

package.json
{
"name": "num-client",
"version": "0.1.27",
"version": "0.1.28",
"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