Socket
Socket
Sign inDemoInstall

@0x/mesh-rpc-client

Package Overview
Dependencies
152
Maintainers
10
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.1 to 9.1.0

lib/src/index.d.ts.map

1

lib/src/index.d.ts

@@ -5,1 +5,2 @@ export { WSClient } from './ws_client';

export { BigNumber } from '@0x/utils';
//# sourceMappingURL=index.d.ts.map

@@ -11,1 +11,2 @@ "use strict";

exports.BigNumber = utils_1.BigNumber;
//# sourceMappingURL=index.js.map

@@ -362,1 +362,2 @@ import { SignedOrder } from '@0x/types';

}
//# sourceMappingURL=types.d.ts.map

@@ -57,1 +57,2 @@ "use strict";

})(RejectedCode = exports.RejectedCode || (exports.RejectedCode = {}));
//# sourceMappingURL=types.js.map

@@ -86,1 +86,2 @@ import { SignedOrder } from '@0x/types';

}
//# sourceMappingURL=ws_client.d.ts.map

@@ -582,1 +582,2 @@ "use strict";

exports.WSClient = WSClient;
//# sourceMappingURL=ws_client.js.map
export declare const chaiSetup: {
configure(): void;
};
//# sourceMappingURL=chai_setup.d.ts.map

@@ -15,1 +15,2 @@ "use strict";

};
//# sourceMappingURL=chai_setup.js.map

@@ -12,1 +12,2 @@ import * as WebSocket from 'websocket';

export declare function stopServer(): void;
//# sourceMappingURL=mock_ws_server.d.ts.map

@@ -89,1 +89,2 @@ "use strict";

exports.stopServer = stopServer;
//# sourceMappingURL=mock_ws_server.js.map

@@ -31,1 +31,2 @@ import { WSClient } from '../../src';

}
//# sourceMappingURL=ws_server.d.ts.map

3

lib/test/utils/ws_server.js

@@ -49,3 +49,3 @@ "use strict";

case 0:
cwd = path_1.join(__dirname, '../../../../../../').normalize();
cwd = path_1.join(__dirname, '../../../../../').normalize();
build = child_process_1.spawn('make', ['mesh'], { cwd: cwd });

@@ -170,1 +170,2 @@ return [4 /*yield*/, new Promise(function (resolve, reject) {

exports.MeshHarness = MeshHarness;
//# sourceMappingURL=ws_server.js.map
import 'mocha';
//# sourceMappingURL=ws_client_test.d.ts.map

@@ -87,2 +87,3 @@ "use strict";

var utils_1 = require("@0x/utils");
var web3_wrapper_1 = require("@0x/web3-wrapper");
require("mocha");

@@ -137,2 +138,5 @@ var uuidValidate = require("uuid-validate");

provider = dev_utils_1.web3Factory.getRpcProvider(providerConfigs);
// HACK(jalextowle): We can't currently specify an out of process provider for a blockchainTests
// suite, so we need to update env.blockchainLifecycle so that the resets suite works as expected.
env.blockchainLifecycle = new dev_utils_1.BlockchainLifecycle(new web3_wrapper_1.Web3Wrapper(provider));
exchangeAddress = contract_addresses_1.getContractAddressesForChainOrThrow(chainId).exchange;

@@ -251,2 +255,3 @@ exchange = new contracts_exchange_1.ExchangeContract(exchangeAddress, provider);

rendezvous: '/0x-mesh/network/1337/version/2',
secondaryRendezvous: [],
peerID: deployment.peerID,

@@ -827,1 +832,2 @@ ethereumChainID: 1337,

// tslint:disable-line:max-file-line-count
//# sourceMappingURL=ws_client_test.js.map
{
"name": "@0x/mesh-rpc-client",
"version": "9.0.1",
"version": "9.1.0",
"engines": {

@@ -20,2 +20,3 @@ "node": ">=6.12"

"build": "tsc -b",
"watch:ts": "tsc -b -w",
"clean": "shx rm -rf lib",

@@ -28,3 +29,3 @@ "lint": "tslint --format stylish --project .",

"config": {
"docsPath": "../../../docs/json_rpc_clients/typescript"
"docsPath": "../../docs/json_rpc_clients/typescript"
},

@@ -42,6 +43,6 @@ "repository": {

"dependencies": {
"@0x/assert": "^3.0.2",
"@0x/types": "^3.1.1",
"@0x/typescript-typings": "^5.0.1",
"@0x/utils": "^5.1.1",
"@0x/assert": "^3.0.6",
"@0x/types": "^3.1.2",
"@0x/typescript-typings": "^5.0.2",
"@0x/utils": "^5.4.0",
"uuid": "^3.3.2",

@@ -53,6 +54,6 @@ "web3-providers": "^2.0.0-alpha.1",

"@0x/contract-addresses": "^4.1.0",
"@0x/contracts-erc20": "^3.0.2",
"@0x/contracts-exchange": "^3.0.2",
"@0x/contracts-test-utils": "^5.0.1",
"@0x/dev-utils": "^3.0.2",
"@0x/contracts-erc20": "^3.1.0",
"@0x/contracts-exchange": "^3.2.0",
"@0x/contracts-test-utils": "^5.1.4",
"@0x/dev-utils": "^3.2.0",
"@0x/order-utils": "^10.0.1",

@@ -62,4 +63,4 @@ "@0x/subproviders": "^6.0.2",

"@0x/tslint-config": "^4.0.0",
"@0x/web3-wrapper": "^7.0.6",
"@types/jsonstream": "^0.8.30",
"@types/mocha": "^2.2.42",
"@types/rimraf": "^2.0.3",

@@ -79,2 +80,3 @@ "@types/uuid": "^3.4.3",

"tslint": "5.11.0",
"typedoc": "^0.15.0",
"typescript": "3.0.1",

@@ -81,0 +83,0 @@ "uuid-validate": "^0.0.3"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc