Socket
Socket
Sign inDemoInstall

@xyo-network/config-payload-plugin

Package Overview
Dependencies
Maintainers
0
Versions
621
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/config-payload-plugin - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

dist/neutral/index.d.ts.map

26

dist/neutral/index.d.ts

@@ -1,21 +0,5 @@

import { AnyObject, WithAdditional } from '@xylabs/object';
import * as _xyo_network_payload_model from '@xyo-network/payload-model';
import { Payload } from '@xyo-network/payload-model';
import * as _xyo_network_payload_plugin from '@xyo-network/payload-plugin';
type ConfigSchema = 'network.xyo.config';
declare const ConfigSchema: ConfigSchema;
type ConfigPayload<T extends AnyObject | undefined = undefined> = WithAdditional<Payload<{
config: string;
schema: ConfigSchema;
}>, T>;
declare const ConfigPayloadPlugin: () => _xyo_network_payload_plugin.PayloadPlugin<_xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & {
config: string;
schema: ConfigSchema;
}>;
declare const configPayloadTemplate: () => ConfigPayload;
export { type ConfigPayload, ConfigPayloadPlugin, ConfigSchema, configPayloadTemplate, ConfigPayloadPlugin as default };
export * from './Payload.ts';
export { ConfigPayloadPlugin, ConfigPayloadPlugin as default } from './Plugin.ts';
export * from './Schema.ts';
export * from './Template.ts';
//# sourceMappingURL=index.d.ts.map
{
"name": "@xyo-network/config-payload-plugin",
"version": "3.0.7",
"version": "3.0.8",
"description": "Typescript/Javascript Plugins for XYO Platform",

@@ -32,9 +32,9 @@ "homepage": "https://xyo.network",

"dependencies": {
"@xylabs/object": "^4.0.2",
"@xyo-network/payload-model": "^3.0.7",
"@xyo-network/payload-plugin": "^3.0.7"
"@xylabs/object": "^4.0.3",
"@xyo-network/payload-model": "^3.0.8",
"@xyo-network/payload-plugin": "^3.0.8"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"

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

@@ -5,5 +5,3 @@ import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'

browser: {},
neutral: {
src: true,
},
neutral: { src: true },
node: {},

@@ -10,0 +8,0 @@ },

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