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

@xyo-network/boundwitness-model

Package Overview
Dependencies
Maintainers
0
Versions
709
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.110.19 to 2.111.0

dist/browser/index.mjs

20

package.json

@@ -14,10 +14,10 @@ {

"dependencies": {
"@xylabs/hex": "^3.6.6",
"@xylabs/object": "^3.6.6",
"@xyo-network/payload-model": "^2.110.19"
"@xylabs/hex": "^3.6.8",
"@xylabs/object": "^3.6.8",
"@xyo-network/payload-model": "^2.111.0"
},
"devDependencies": {
"@types/node": "^22.0.2",
"@xylabs/ts-scripts-yarn3": "^3.14.1",
"@xylabs/tsconfig": "^3.14.1",
"@types/node": "^22.1.0",
"@xylabs/ts-scripts-yarn3": "^3.15.5",
"@xylabs/tsconfig": "^3.15.5",
"typescript": "^5.5.4"

@@ -34,3 +34,3 @@ },

"types": "./dist/browser/index.d.mts",
"default": "./dist/browser/index.js"
"default": "./dist/browser/index.mjs"
}

@@ -45,3 +45,3 @@ },

"types": "./dist/node/index.d.mts",
"default": "./dist/node/index.js"
"default": "./dist/node/index.mjs"
}

@@ -53,3 +53,3 @@ }

"main": "dist/node/index.cjs",
"module": "dist/node/index.js",
"module": "dist/node/index.mjs",
"homepage": "https://xyo.network",

@@ -66,4 +66,4 @@ "license": "LGPL-3.0-only",

"types": "dist/node/index.d.ts",
"version": "2.110.19",
"version": "2.111.0",
"type": "module"
}

@@ -27,4 +27,4 @@ import { Address, Hash, Hex } from '@xylabs/hex'

T extends void ? BoundWitnessSchema
: T extends Payload ? T['schema']
: BoundWitnessSchema
: T extends Payload ? T['schema']
: BoundWitnessSchema
>

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

//Should type as JSONSchemaType<BoundWitness> once ajv/eslint issue is fixed
//https://github.com/microsoft/TypeScript/issues/44851
// Should type as JSONSchemaType<BoundWitness> once ajv/eslint issue is fixed
// https://github.com/microsoft/TypeScript/issues/44851

@@ -4,0 +4,0 @@ export const BoundWitnessJsonSchema = () => {

@@ -13,3 +13,3 @@ import { isPayloadOfSchemaType, isPayloadOfSchemaTypeWithMeta, notPayloadOfSchemaType, WithMeta } from '@xyo-network/payload-model'

/** @deprecated use isBoundWitness instead*/
/** @deprecated use isBoundWitness instead */
export const isBoundWitnessPayload = isBoundWitness

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

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