Socket
Socket
Sign inDemoInstall

@0xproject/connect

Package Overview
Dependencies
117
Maintainers
6
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 3.0.0

10

CHANGELOG.json
[
{
"version": "3.0.0",
"changes": [
{
"note": "Change /order_config request to a POST instead of GET",
"pr": 1091
}
],
"timestamp": 1538157789
},
{
"timestamp": 1537907159,

@@ -4,0 +14,0 @@ "version": "2.0.4",

4

CHANGELOG.md

@@ -8,2 +8,6 @@ <!--

## v3.0.0 - _September 28, 2018_
* Change /order_config request to a POST instead of GET (#1091)
## v2.0.4 - _September 25, 2018_

@@ -10,0 +14,0 @@

2

lib/src/http_client.js

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

};
return [4 /*yield*/, this._requestAsync('/order_config', types_1.HttpRequestType.Get, httpRequestOpts)];
return [4 /*yield*/, this._requestAsync('/order_config', types_1.HttpRequestType.Post, httpRequestOpts)];
case 1:

@@ -208,0 +208,0 @@ responseJson = _a.sent();

{
"name": "@0xproject/connect",
"version": "2.0.4",
"version": "3.0.0",
"engines": {

@@ -46,8 +46,8 @@ "node": ">=6.12"

"dependencies": {
"@0xproject/assert": "^1.0.11",
"@0xproject/json-schemas": "^1.0.4",
"@0xproject/order-utils": "^1.0.5",
"@0xproject/types": "^1.1.1",
"@0xproject/typescript-typings": "^2.0.2",
"@0xproject/utils": "^1.0.11",
"@0xproject/assert": "^1.0.12",
"@0xproject/json-schemas": "^1.0.5",
"@0xproject/order-utils": "^1.0.6",
"@0xproject/types": "^1.1.2",
"@0xproject/typescript-typings": "^3.0.0",
"@0xproject/utils": "^2.0.0",
"lodash": "^4.17.5",

@@ -85,3 +85,4 @@ "query-string": "^5.0.1",

"access": "public"
}
},
"gitHead": "ac14dd2b29b42ef4d2a46db9b70d4d30cf9bd40f"
}

Sorry, the diff of this file is not supported yet

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