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.6 to 0.6.7

CHANGELOG.json

11

CHANGELOG.md

@@ -1,3 +0,12 @@

# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.6.7 - _April 2, 2018_
* Dependencies updated
## v0.6.4 - _March 18, 2018_

@@ -4,0 +13,0 @@

33

package.json
{
"name": "@0xproject/connect",
"version": "0.6.6",
"version": "0.6.7",
"description": "A javascript library for interacting with the standard relayer api",

@@ -18,4 +18,2 @@ "keywords": [

"clean": "shx rm -rf lib test_temp scripts",
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES",
"upload_docs_json": "aws s3 cp generated_docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type application/json",
"copy_test_fixtures": "copyfiles -u 2 './test/fixtures/**/*.json' ./lib/test/fixtures",

@@ -27,3 +25,6 @@ "lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'",

"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
"test:circleci": "yarn test:coverage"
"test:circleci": "yarn test:coverage",
"docs:stage": "yarn build && node ./scripts/stage_docs.js",
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES",
"upload_docs_json": "aws s3 cp generated_docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type application/json"
},

@@ -34,4 +35,4 @@ "config": {

"docPublishConfigs": {
"s3BucketPath": "s3://connect-docs-jsons/",
"s3StagingBucketPath": "s3://staging-connect-docs-jsons/"
"s3BucketPath": "s3://doc-jsons/connect/",
"s3StagingBucketPath": "s3://staging-doc-jsons/connect/"
}

@@ -54,6 +55,7 @@ }

"dependencies": {
"@0xproject/assert": "^0.2.3",
"@0xproject/json-schemas": "^0.7.17",
"@0xproject/types": "^0.4.1",
"@0xproject/utils": "^0.4.3",
"@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",
"isomorphic-fetch": "^2.2.1",

@@ -65,6 +67,6 @@ "lodash": "^4.17.4",

"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.14",
"@0xproject/tslint-config": "^0.4.12",
"@0xproject/monorepo-scripts": "^0.1.15",
"@0xproject/tslint-config": "^0.4.13",
"@types/fetch-mock": "^5.12.1",
"@types/lodash": "^4.14.86",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",

@@ -76,4 +78,2 @@ "@types/query-string": "^5.0.1",

"chai-as-promised": "^7.1.0",
"chai-as-promised-typescript-typings": "^0.0.12",
"chai-typescript-typings": "^0.0.6",
"copyfiles": "^1.2.0",

@@ -88,4 +88,3 @@ "dirty-chai": "^2.0.1",

"typedoc": "~0.8.0",
"typescript": "2.7.1",
"web3-typescript-typings": "^0.10.2"
"typescript": "2.7.1"
},

@@ -92,0 +91,0 @@ "publishConfig": {

@@ -13,7 +13,7 @@ ## @0xproject/connect

```json
"compilerOptions": {
"typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"],
}
```
"include": [
"./node_modules/web3-typescript-typings/index.d.ts",
]
```

@@ -20,0 +20,0 @@ ## Usage

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