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

@peerbit/document-interface

Package Overview
Dependencies
Maintainers
0
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerbit/document-interface - npm Package Compare versions

Comparing version

to
1.0.3

2

dist/src/query.d.ts

@@ -9,3 +9,2 @@ import { type AbstractType } from "@dao-xyz/borsh";

gid: string;
size: number;
constructor(properties: {

@@ -16,3 +15,2 @@ created: bigint;

gid: string;
size: number;
});

@@ -19,0 +17,0 @@ }

@@ -19,3 +19,2 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

gid;
size; // bytes
constructor(properties) {

@@ -26,3 +25,2 @@ this.created = properties.created;

this.gid = properties.gid;
this.size = properties.size;
}

@@ -46,6 +44,2 @@ };

], Context.prototype, "gid", void 0);
__decorate([
field({ type: "u32" }),
__metadata("design:type", Number)
], Context.prototype, "size", void 0);
Context = __decorate([

@@ -52,0 +46,0 @@ variant(0),

2

package.json
{
"name": "@peerbit/document-interface",
"version": "1.0.2",
"version": "1.0.3",
"description": "Document store interface",

@@ -5,0 +5,0 @@ "sideEffects": false,

@@ -27,5 +27,2 @@ import {

@field({ type: "u32" })
size: number; // bytes
constructor(properties: {

@@ -36,3 +33,2 @@ created: bigint;

gid: string;
size: number;
}) {

@@ -43,3 +39,2 @@ this.created = properties.created;

this.gid = properties.gid;
this.size = properties.size;
}

@@ -46,0 +41,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet