New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@automata-network/pom-js-sdk

Package Overview
Dependencies
Maintainers
0
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@automata-network/pom-js-sdk - npm Package Compare versions

Comparing version 0.0.30 to 0.0.31

1

dist/index.d.ts

@@ -63,2 +63,3 @@ import * as _automata_network_pom_socket from '@automata-network/pom-socket';

identity: string;
pubkey: string;
}

@@ -65,0 +66,0 @@ interface IdentityStatusResult {

2

package.json
{
"name": "@automata-network/pom-js-sdk",
"version": "0.0.30",
"version": "0.0.31",
"description": "A socket clinet for automata's Proof Of Machinehood",

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

@@ -49,4 +49,4 @@ import {

chainId: ChainId;
attestation: string; // base64 encoded cbor or a base64 encoded key array in json string format
identity: string; // on Android or iOS, it's a identity string, and on macOS, it's a base64 encoded key bytes
attestation: string; // base64 encoded cbor or a hex encoded key array in json string format
identity: string; // on Android or iOS, it's a identity string, and on macOS, it's a hex encoded key bytes
identitySignature?: string; // only for iOS and Android. on iOS, it's an assertion, on Android, it's a signature string

@@ -65,3 +65,4 @@ expiredAt?: string; // only for macOS key

export interface IdentityStatusPayload {
identity: string; // on Android or iOS, it's a identity string, and on macOS, it's a base64 encoded key bytes
identity: string; // on Android or iOS, it's a identity string, and on macOS, it's a hex encoded key bytes
pubkey: string;
}

@@ -68,0 +69,0 @@

Sorry, the diff of this file is not supported yet

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