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

@kiltprotocol/type-definitions

Package Overview
Dependencies
Maintainers
3
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kiltprotocol/type-definitions - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

1

lib/index.d.ts

@@ -5,2 +5,3 @@ import type { OverrideBundleDefinition, RegistryTypes } from "@polkadot/types/types";

export declare const types10: RegistryTypes;
export declare const types12: RegistryTypes;
export declare const typeBundleForPolkadot: OverrideBundleDefinition;

33

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.typeBundleForPolkadot = exports.types10 = exports.types9 = exports.types8 = void 0;
exports.typeBundleForPolkadot = exports.types12 = exports.types10 = exports.types9 = exports.types8 = void 0;
exports.types8 = {

@@ -144,8 +144,3 @@ AccountInfo: "AccountInfoWithDualRefCount",

DidVerificationKeyRelationship: {
_enum: [
"Authentication",
"CapabilityDelegation",
"CapabilityInvocation",
"AssertionMethod",
],
_enum: ["Authentication", "CapabilityDelegation", "CapabilityInvocation", "AssertionMethod"],
},

@@ -316,8 +311,3 @@ DidSignature: {

DidVerificationKeyRelationship: {
_enum: [
"Authentication",
"CapabilityDelegation",
"CapabilityInvocation",
"AssertionMethod",
],
_enum: ["Authentication", "CapabilityDelegation", "CapabilityInvocation", "AssertionMethod"],
},

@@ -457,6 +447,5 @@ DidSignature: {

},
CollatorSnapshot: {
stake: "Balance",
delegators: "Vec<Stake>",
total: "Balance",
DelegationCounter: {
round: "SessionIndex",
counter: "u32",
},

@@ -477,2 +466,6 @@ Collator: {

};
exports.types12 = Object.assign(Object.assign({}, exports.types10), { DelegationCounter: {
round: "SessionIndex",
counter: "u32",
} });
exports.typeBundleForPolkadot = {

@@ -489,6 +482,10 @@ types: [

{
minmax: [10, undefined],
minmax: [10, 11],
types: exports.types10,
},
{
minmax: [12, undefined],
types: exports.types12,
},
],
};

@@ -22,3 +22,3 @@ {

},
"version": "0.1.7"
"version": "0.1.8"
}
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