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

@xyo-network/payload-model

Package Overview
Dependencies
Maintainers
0
Versions
749
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/payload-model - npm Package Compare versions

Comparing version 3.6.0-rc.12 to 3.6.0-rc.13

2

dist/browser/PayloadFindFilter.d.ts

@@ -1,5 +0,3 @@

import type { Hash } from '@xylabs/hex';
export interface PayloadFindFilter {
limit?: number;
offset?: Hash;
order?: 'desc' | 'asc';

@@ -6,0 +4,0 @@ schema?: string | string[];

@@ -1,5 +0,3 @@

import type { Hash } from '@xylabs/hex';
export interface PayloadFindFilter {
limit?: number;
offset?: Hash;
order?: 'desc' | 'asc';

@@ -6,0 +4,0 @@ schema?: string | string[];

@@ -1,5 +0,3 @@

import type { Hash } from '@xylabs/hex';
export interface PayloadFindFilter {
limit?: number;
offset?: Hash;
order?: 'desc' | 'asc';

@@ -6,0 +4,0 @@ schema?: string | string[];

2

package.json
{
"name": "@xyo-network/payload-model",
"version": "3.6.0-rc.12",
"version": "3.6.0-rc.13",
"description": "Primary SDK for using XYO Protocol 2.0",

@@ -5,0 +5,0 @@ "homepage": "https://xyo.network",

@@ -1,8 +0,5 @@

import type { Hash } from '@xylabs/hex'
export interface PayloadFindFilter {
limit?: number
offset?: Hash
order?: 'desc' | 'asc'
schema?: string | string[]
}

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