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

@streamr/autocertifier-client

Package Overview
Dependencies
Maintainers
12
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@streamr/autocertifier-client - npm Package Compare versions

Comparing version 100.0.0-pretestnet.3 to 100.0.0-pretestnet.4

2

dist/src/AutoCertifierClient.js

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

const oldSubdomain = JSON.parse(fs_1.default.readFileSync(this.configFile, 'utf8'));
logger.info('updateSubdomainIp() called for ' + JSON.stringify(oldSubdomain));
logger.info('updateSubdomainIp() called for ' + oldSubdomain.fqdn);
const sessionId = await this.restClient.createSession();

@@ -94,0 +94,0 @@ this.ongoingSessions.add(sessionId);

{
"name": "@streamr/autocertifier-client",
"version": "100.0.0-pretestnet.3",
"version": "100.0.0-pretestnet.4",
"description": "Autocertifier Client for Streamr Network",

@@ -24,3 +24,3 @@ "repository": {

"@protobuf-ts/runtime-rpc": "^2.8.2",
"@streamr/utils": "100.0.0-pretestnet.3",
"@streamr/utils": "100.0.0-pretestnet.4",
"eventemitter3": "^5.0.0",

@@ -27,0 +27,0 @@ "node-forge": "^1.3.1",

@@ -164,3 +164,3 @@ import { EventEmitter } from 'eventemitter3'

const oldSubdomain = JSON.parse(fs.readFileSync(this.configFile, 'utf8')) as CertifiedSubdomain
logger.info('updateSubdomainIp() called for ' + JSON.stringify(oldSubdomain))
logger.info('updateSubdomainIp() called for ' + oldSubdomain.fqdn)
const sessionId = await this.restClient.createSession()

@@ -167,0 +167,0 @@ this.ongoingSessions.add(sessionId)

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