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

@stamhoofd/structures

Package Overview
Dependencies
Maintainers
1
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stamhoofd/structures - npm Package Compare versions

Comparing version 1.2.13 to 1.2.14

4

dist/src/KeychainItem.d.ts
import { AutoEncoder } from '@simonbackx/simple-encoding';
export declare class KeychainItem extends AutoEncoder {
/**
* The user that owns this keychain item
*/
userId: string;
/**
* The public key associated with the encrypted private key

@@ -9,0 +5,0 @@ */

@@ -10,5 +10,2 @@ "use strict";

simple_encoding_1.field({ decoder: simple_encoding_1.StringDecoder })
], KeychainItem.prototype, "userId", void 0);
tslib_1.__decorate([
simple_encoding_1.field({ decoder: simple_encoding_1.StringDecoder })
], KeychainItem.prototype, "publicKey", void 0);

@@ -15,0 +12,0 @@ tslib_1.__decorate([

3

dist/src/members/DecryptedMember.d.ts
import { AutoEncoder } from '@simonbackx/simple-encoding';
import { MemberDetails } from './MemberDetails';
export declare class DecryptedMember extends AutoEncoder {
id: string;
details: string | null;
details: MemberDetails | null;
publicKey: string;
}
//# sourceMappingURL=DecryptedMember.d.ts.map
import { AutoEncoder } from '@simonbackx/simple-encoding';
export declare class KeychainItem extends AutoEncoder {
/**
* The user that owns this keychain item
*/
userId: string;
/**
* The public key associated with the encrypted private key

@@ -9,0 +5,0 @@ */

@@ -7,5 +7,2 @@ import { __decorate } from "tslib";

field({ decoder: StringDecoder })
], KeychainItem.prototype, "userId", void 0);
__decorate([
field({ decoder: StringDecoder })
], KeychainItem.prototype, "publicKey", void 0);

@@ -12,0 +9,0 @@ __decorate([

import { AutoEncoder } from '@simonbackx/simple-encoding';
import { MemberDetails } from './MemberDetails';
export declare class DecryptedMember extends AutoEncoder {
id: string;
details: string | null;
details: MemberDetails | null;
publicKey: string;
}
//# sourceMappingURL=DecryptedMember.d.ts.map
{
"name": "@stamhoofd/structures",
"version": "1.2.13",
"version": "1.2.14",
"main": "./dist/index.js",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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