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

@identity.com/cryptid-idl

Package Overview
Dependencies
Maintainers
14
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@identity.com/cryptid-idl - npm Package Compare versions

Comparing version 0.3.0-alpha.8 to 0.3.0-alpha.9

19

dist/check_recipient.d.ts

@@ -30,8 +30,10 @@ export declare type CheckRecipient = {

{
"name": "nonce";
"name": "bump";
"type": "u8";
},
{
"name": "bump";
"type": "u8";
"name": "previousMiddleware";
"type": {
"option": "publicKey";
};
}

@@ -77,8 +79,13 @@ ];

{
"name": "nonce";
"name": "bump";
"type": "u8";
},
{
"name": "bump";
"type": "u8";
"name": "previousMiddleware";
"docs": [
"The previous middleware in the chain, if any"
];
"type": {
"option": "publicKey";
};
}

@@ -85,0 +92,0 @@ ];

@@ -33,8 +33,10 @@ "use strict";

{
"name": "nonce",
"name": "bump",
"type": "u8"
},
{
"name": "bump",
"type": "u8"
"name": "previousMiddleware",
"type": {
"option": "publicKey"
}
}

@@ -80,8 +82,13 @@ ]

{
"name": "nonce",
"name": "bump",
"type": "u8"
},
{
"name": "bump",
"type": "u8"
"name": "previousMiddleware",
"docs": [
"The previous middleware in the chain, if any"
],
"type": {
"option": "publicKey"
}
}

@@ -88,0 +95,0 @@ ]

@@ -26,3 +26,3 @@ export declare type Cryptid = {

"docs": [
"The DID of the Cryptid instance"
"The DID on the Cryptid instance"
];

@@ -510,2 +510,7 @@ },

"code": 6009;
"name": "CreatingWithZeroIndex";
"msg": "Attempt to create a Cryptid account with index zero, reserved for the default account.";
},
{
"code": 6010;
"name": "IndexOutOfRange";

@@ -515,3 +520,3 @@ "msg": "Index out of range.";

{
"code": 6010;
"code": 6011;
"name": "NoAccountFromSeeds";

@@ -521,3 +526,3 @@ "msg": "No account from seeds.";

{
"code": 6011;
"code": 6012;
"name": "AccountNotFromSeeds";

@@ -527,3 +532,3 @@ "msg": "Account not from seeds.";

{
"code": 6012;
"code": 6013;
"name": "IncorrectMiddleware";

@@ -530,0 +535,0 @@ "msg": "The expected middleware did not approve the transaction.";

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

"docs": [
"The DID of the Cryptid instance"
"The DID on the Cryptid instance"
]

@@ -513,2 +513,7 @@ },

"code": 6009,
"name": "CreatingWithZeroIndex",
"msg": "Attempt to create a Cryptid account with index zero, reserved for the default account."
},
{
"code": 6010,
"name": "IndexOutOfRange",

@@ -518,3 +523,3 @@ "msg": "Index out of range."

{
"code": 6010,
"code": 6011,
"name": "NoAccountFromSeeds",

@@ -524,3 +529,3 @@ "msg": "No account from seeds."

{
"code": 6011,
"code": 6012,
"name": "AccountNotFromSeeds",

@@ -530,3 +535,3 @@ "msg": "Account not from seeds."

{
"code": 6012,
"code": 6013,
"name": "IncorrectMiddleware",

@@ -533,0 +538,0 @@ "msg": "The expected middleware did not approve the transaction."

{
"name": "@identity.com/cryptid-idl",
"version": "0.3.0-alpha.8",
"version": "0.3.0-alpha.9",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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