New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@0x/base-contract

Package Overview
Dependencies
Maintainers
5
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0x/base-contract - npm Package Compare versions

Comparing version

to
3.0.3

9

CHANGELOG.json
[
{
"version": "3.0.3",
"changes": [
{
"note": "Dependencies updated"
}
],
"timestamp": 1541740904
},
{
"timestamp": 1539871071,

@@ -4,0 +13,0 @@ "version": "3.0.2",

4

CHANGELOG.md

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

## v3.0.3 - _November 9, 2018_
* Dependencies updated
## v3.0.2 - _October 18, 2018_

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

16

package.json
{
"name": "@0x/base-contract",
"version": "3.0.2",
"version": "3.0.3",
"engines": {

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

"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
"lint": "tslint --project . --exclude **/src/contract_wrappers/**/*"
"lint": "tslint --format stylish --project ."
},

@@ -33,3 +33,3 @@ "license": "Apache-2.0",

"devDependencies": {
"@0x/tslint-config": "^1.0.9",
"@0x/tslint-config": "^1.0.10",
"@types/lodash": "4.14.104",

@@ -45,6 +45,6 @@ "chai": "^4.0.1",

"dependencies": {
"@0x/typescript-typings": "^3.0.3",
"@0x/utils": "^2.0.3",
"@0x/web3-wrapper": "^3.1.0",
"ethereum-types": "^1.1.1",
"@0x/typescript-typings": "^3.0.4",
"@0x/utils": "^2.0.4",
"@0x/web3-wrapper": "^3.1.1",
"ethereum-types": "^1.1.2",
"ethers": "~4.0.4",

@@ -56,3 +56,3 @@ "lodash": "^4.17.5"

},
"gitHead": "8b62b350b1fed6a0d8827ca9ed5fcec3e78ae82f"
"gitHead": "b4a11de097258d37fa9271e64fc28a1d012a8d26"
}