Socket
Socket
Sign inDemoInstall

@0xproject/connect

Package Overview
Dependencies
97
Maintainers
5
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.7 to 0.6.8

12

CHANGELOG.json
[
{
"timestamp": 1522673609,
"version": "0.6.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1522658513,

@@ -9,3 +18,4 @@ "version": "0.6.7",

}
]
],
"isPublished": true
},

@@ -12,0 +22,0 @@ {

22

CHANGELOG.md

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

## v0.6.8 - _April 2, 2018_
* Dependencies updated
## v0.6.7 - _April 2, 2018_

@@ -13,11 +17,11 @@

## v0.6.4 - _March 18, 2018_
## v0.6.4 - _March 17, 2018_
* Consolidate `Order`, `SignedOrder`, and `ECSignature` into the `@0xproject/types` package (#456)
## v0.6.2 - _February 16, 2018_
## v0.6.2 - _February 15, 2018_
* Fix JSON parse empty response (#407)
## v0.6.0 - _February 16, 2018_
## v0.6.0 - _February 15, 2018_

@@ -27,7 +31,7 @@ * Add pagination options to HttpClient methods (#393)

## v0.5.7 - _February 9, 2018_
## v0.5.7 - _February 8, 2018_
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
## v0.5.0 - _January 17, 2018_
## v0.5.0 - _January 16, 2018_

@@ -38,7 +42,7 @@ * Sanitize api endpoint url and remove trailing slashes (#318)

## v0.4.0 - _January 11, 2018_
## v0.4.0 - _January 10, 2018_
* Prevent getFeesAsync method on HttpClient from mutating input (#296)
## v0.3.0 - _December 8, 2017_
## v0.3.0 - _December 7, 2017_

@@ -48,3 +52,3 @@ * Expose WebSocketOrderbookChannel and associated types to public interface (#251)

## v0.2.0 - _November 29, 2017_
## v0.2.0 - _November 28, 2017_

@@ -55,4 +59,4 @@ * Add SignedOrder and TokenTradeInfo to the public interface

## v0.1.0 - _November 22, 2017_
## v0.1.0 - _November 21, 2017_
* Provide a HttpClient class for interacting with standard relayer api compliant HTTP urls
{
"name": "@0xproject/connect",
"version": "0.6.7",
"version": "0.6.8",
"description": "A javascript library for interacting with the standard relayer api",

@@ -25,2 +25,3 @@ "keywords": [

"test:circleci": "yarn test:coverage",
"manual:postpublish": "yarn build; node ./scripts/postpublish.js",
"docs:stage": "yarn build && node ./scripts/stage_docs.js",

@@ -53,7 +54,7 @@ "docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES",

"dependencies": {
"@0xproject/assert": "^0.2.4",
"@0xproject/json-schemas": "^0.7.18",
"@0xproject/types": "^0.4.2",
"@0xproject/typescript-typings": "^0.0.2",
"@0xproject/utils": "^0.4.4",
"@0xproject/assert": "^0.2.5",
"@0xproject/json-schemas": "^0.7.19",
"@0xproject/types": "^0.5.0",
"@0xproject/typescript-typings": "^0.0.3",
"@0xproject/utils": "^0.5.0",
"isomorphic-fetch": "^2.2.1",

@@ -65,4 +66,4 @@ "lodash": "^4.17.4",

"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.15",
"@0xproject/tslint-config": "^0.4.13",
"@0xproject/monorepo-scripts": "^0.1.16",
"@0xproject/tslint-config": "^0.4.14",
"@types/fetch-mock": "^5.12.1",

@@ -69,0 +70,0 @@ "@types/lodash": "4.14.104",

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