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.9 to 0.1.10

1

lib/index.d.ts

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

export declare const types12: RegistryTypes;
export declare const types17: RegistryTypes;
export declare const typeBundleForPolkadot: OverrideBundleDefinition;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.typeBundleForPolkadot = exports.types12 = exports.types10 = exports.types9 = exports.types8 = void 0;
exports.typeBundleForPolkadot = exports.types17 = exports.types12 = exports.types10 = exports.types9 = exports.types8 = void 0;
exports.types8 = {

@@ -488,2 +488,16 @@ AccountInfo: "AccountInfoWithDualRefCount",

} });
exports.types17 = Object.assign(Object.assign({}, exports.types12), {
// Delegation updated types
DelegationNode: {
hierarchyRootId: "DelegationNodeIdOf",
parent: "Option<DelegationNodeIdOf>",
children: "BTreeSet<DelegationNodeIdOf>",
details: "DelegationDetails",
}, DelegationDetails: {
owner: "DelegatorIdOf",
revoked: "bool",
permissions: "Permissions",
}, DelegationHierarchyDetails: {
ctypeHash: "CtypeHashOf",
} });
exports.typeBundleForPolkadot = {

@@ -504,6 +518,10 @@ types: [

{
minmax: [12, undefined],
minmax: [12, 16],
types: exports.types12,
},
{
minmax: [17, undefined],
types: exports.types17,
},
],
};

2

package.json

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

},
"version": "0.1.9"
"version": "0.1.10"
}
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