Socket
Socket
Sign inDemoInstall

@xyo-network/payload-plugin

Package Overview
Dependencies
Maintainers
5
Versions
958
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.104.0 to 2.104.1

15

dist/browser/index.js

@@ -11,14 +11,14 @@ var __defProp = Object.defineProperty;

return {
build: () => {
build: /* @__PURE__ */ __name(() => {
return new PayloadBuilder({
schema
});
},
}, "build"),
schema,
validate: (payload) => {
validate: /* @__PURE__ */ __name((payload) => {
return new PayloadValidator(payload);
},
wrap: (payload) => {
}, "validate"),
wrap: /* @__PURE__ */ __name((payload) => {
return PayloadWrapper.wrap(payload);
}
}, "wrap")
};

@@ -45,4 +45,3 @@ }, "defaultPayloadPluginFunctions");

})) {
for (const plugin of plugins ?? [])
this.register(plugin);
for (const plugin of plugins ?? []) this.register(plugin);
this.defaultPlugin = defaultPlugin;

@@ -49,0 +48,0 @@ }

@@ -11,14 +11,14 @@ var __defProp = Object.defineProperty;

return {
build: () => {
build: /* @__PURE__ */ __name(() => {
return new PayloadBuilder({
schema
});
},
}, "build"),
schema,
validate: (payload) => {
validate: /* @__PURE__ */ __name((payload) => {
return new PayloadValidator(payload);
},
wrap: (payload) => {
}, "validate"),
wrap: /* @__PURE__ */ __name((payload) => {
return PayloadWrapper.wrap(payload);
}
}, "wrap")
};

@@ -45,4 +45,3 @@ }, "defaultPayloadPluginFunctions");

})) {
for (const plugin of plugins ?? [])
this.register(plugin);
for (const plugin of plugins ?? []) this.register(plugin);
this.defaultPlugin = defaultPlugin;

@@ -49,0 +48,0 @@ }

@@ -11,14 +11,14 @@ var __defProp = Object.defineProperty;

return {
build: () => {
build: /* @__PURE__ */ __name(() => {
return new PayloadBuilder({
schema
});
},
}, "build"),
schema,
validate: (payload) => {
validate: /* @__PURE__ */ __name((payload) => {
return new PayloadValidator(payload);
},
wrap: (payload) => {
}, "validate"),
wrap: /* @__PURE__ */ __name((payload) => {
return PayloadWrapper.wrap(payload);
}
}, "wrap")
};

@@ -42,4 +42,3 @@ }, "defaultPayloadPluginFunctions");

})) {
for (const plugin of plugins ?? [])
this.register(plugin);
for (const plugin of plugins ?? []) this.register(plugin);
this.defaultPlugin = defaultPlugin;

@@ -46,0 +45,0 @@ }

@@ -15,10 +15,10 @@ {

"@xylabs/object": "^3.5.1",
"@xyo-network/payload-builder": "~2.104.0",
"@xyo-network/payload-model": "~2.104.0",
"@xyo-network/payload-validator": "~2.104.0",
"@xyo-network/payload-wrapper": "~2.104.0"
"@xyo-network/payload-builder": "~2.104.1",
"@xyo-network/payload-model": "~2.104.1",
"@xyo-network/payload-validator": "~2.104.1",
"@xyo-network/payload-wrapper": "~2.104.1"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.10.4",
"@xylabs/tsconfig": "^3.10.4",
"@xylabs/ts-scripts-yarn3": "^3.11.2",
"@xylabs/tsconfig": "^3.11.2",
"typescript": "^5.4.5"

@@ -65,4 +65,4 @@ },

"sideEffects": false,
"version": "2.104.0",
"version": "2.104.1",
"type": "module"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc