Socket
Book a DemoInstallSign in
Socket

@iexec/dataprotector-deserializer

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iexec/dataprotector-deserializer

Helper module to deserialize protected data in trusted iApp

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
4
Created
Source

iExec logo

IExecDataProtectorDeserializer

This package helps nodejs iExec dapps to deserialize protected data created with @iexec/dataprotector

Installation

npm install @iexec/dataprotector-deserializer

Get started

In your nodejs iExec dapp

import { IExecDataProtectorDeserializer } from '@iexec/dataprotector-deserializer';

const deserializer = new IExecDataProtectorDeserializer();

const value1 = await deserializer.getValue('path.to.value1', 'bool');
const value2 = await deserializer.getValue('path.to.value2', 'string');

Keywords

iExec

FAQs

Package last updated on 29 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts