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

ataraxia-services

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ataraxia-services - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

2

package.json
{
"name": "ataraxia-services",
"version": "0.7.2",
"version": "0.7.3",
"description": "Services with RPC and events over Ataraxia mesh network",

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

@@ -30,8 +30,10 @@ 'use strict';

const metadata = {};
for(const key of Object.getOwnPropertyNames(this.instance.metadata)) {
let value = this.instance.metadata[key];
if(value instanceof Set) {
value = Array.from(value);
if(this.instance.metadata) {
for(const key of Object.getOwnPropertyNames(this.instance.metadata)) {
let value = this.instance.metadata[key];
if(value instanceof Set) {
value = Array.from(value);
}
metadata[key] = value;
}
metadata[key] = value;
}

@@ -38,0 +40,0 @@ return {

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