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

@0xproject/json-schemas

Package Overview
Dependencies
Maintainers
5
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xproject/json-schemas - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

2

lib/schemas/relayer_api_orberbook_channel_subscribe_schema.d.ts

@@ -11,3 +11,3 @@ export declare const relayerApiOrderbookChannelSubscribeSchema: {

};
channelId: {
requestId: {
type: string;

@@ -14,0 +14,0 @@ };

@@ -9,6 +9,6 @@ "use strict";

channel: { enum: ['orderbook'] },
channelId: { type: 'number' },
requestId: { type: 'number' },
payload: { $ref: '/RelayerApiOrderbookChannelSubscribePayload' },
},
required: ['type', 'channel', 'channelId', 'payload'],
required: ['type', 'channel', 'requestId', 'payload'],
};

@@ -15,0 +15,0 @@ exports.relayerApiOrderbookChannelSubscribePayload = {

@@ -11,3 +11,3 @@ export declare const relayerApiOrderbookChannelSnapshotSchema: {

};
channelId: {
requestId: {
type: string;

@@ -14,0 +14,0 @@ };

@@ -9,6 +9,6 @@ "use strict";

channel: { enum: ['orderbook'] },
channelId: { type: 'number' },
requestId: { type: 'number' },
payload: { $ref: '/RelayerApiOrderbookChannelSnapshotPayload' },
},
required: ['type', 'channel', 'channelId', 'payload'],
required: ['type', 'channel', 'requestId', 'payload'],
};

@@ -15,0 +15,0 @@ exports.relayerApiOrderbookChannelSnapshotPayload = {

@@ -11,3 +11,3 @@ export declare const relayerApiOrderbookChannelUpdateSchema: {

};
channelId: {
requestId: {
type: string;

@@ -14,0 +14,0 @@ };

@@ -9,7 +9,7 @@ "use strict";

channel: { enum: ['orderbook'] },
channelId: { type: 'number' },
requestId: { type: 'number' },
payload: { $ref: '/SignedOrder' },
},
required: ['type', 'channel', 'channelId', 'payload'],
required: ['type', 'channel', 'requestId', 'payload'],
};
//# sourceMappingURL=relayer_api_orderbook_channel_update_response_schema.js.map

@@ -380,3 +380,3 @@ export declare const schemas: {

};
channelId: {
requestId: {
type: string;

@@ -419,3 +419,3 @@ };

};
channelId: {
requestId: {
type: string;

@@ -439,3 +439,3 @@ };

};
channelId: {
requestId: {
type: string;

@@ -442,0 +442,0 @@ };

{
"name": "@0xproject/json-schemas",
"version": "0.7.2",
"version": "0.7.3",
"description": "0x-related json schemas",

@@ -30,4 +30,4 @@ "main": "lib/src/index.js",

"devDependencies": {
"@0xproject/tslint-config": "^0.4.1",
"@0xproject/utils": "^0.1.3",
"@0xproject/tslint-config": "^0.4.2",
"@0xproject/utils": "^0.2.0",
"@types/lodash.foreach": "^4.5.3",

@@ -37,3 +37,3 @@ "@types/lodash.values": "^4.3.3",

"chai": "^4.0.1",
"chai-typescript-typings": "^0.0.1",
"chai-typescript-typings": "^0.0.2",
"dirty-chai": "^2.0.1",

@@ -40,0 +40,0 @@ "lodash.foreach": "^4.5.0",

@@ -6,3 +6,4 @@ const postpublish_utils = require('../../../scripts/postpublish_utils');

postpublish_utils.getLatestTagAndVersionAsync(subPackageName)
postpublish_utils
.getLatestTagAndVersionAsync(subPackageName)
.then(function(result) {

@@ -13,4 +14,4 @@ const releaseName = postpublish_utils.getReleaseName(subPackageName, result.version);

})
.catch (function(err) {
.catch(function(err) {
throw err;
});
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