Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Jan 18, 2020
1 parent 582ca61 commit c1b7d0a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Binary file modified analysis/control-flow/SampleContract.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions analysis/description-table/SampleContract.md
Expand Up @@ -5,7 +5,7 @@

| File Name | SHA-1 Hash |
|-------------|--------------|
| dist/SampleContract.dist.sol | b593c88866542397ece65de9feb444754212b7f5 |
| dist/SampleContract.dist.sol | d30a93cf552872ca05d19df02a036499e8b3968d |


### Contracts Description Table
Expand All @@ -24,12 +24,12 @@
|| transferFrom | External ❗️ | 🛑 |NO❗️ |
||||||
| **Context** | Implementation | |||
|| \<Constructor\> | Internal 🔒 | 🛑 | |
|| <Constructor> | Internal 🔒 | 🛑 | |
|| _msgSender | Internal 🔒 | | |
|| _msgData | Internal 🔒 | | |
||||||
| **Ownable** | Implementation | Context |||
|| \<Constructor\> | Internal 🔒 | 🛑 | |
|| <Constructor> | Internal 🔒 | 🛑 | |
|| owner | Public ❗️ | |NO❗️ |
|| isOwner | Public ❗️ | |NO❗️ |
|| renounceOwnership | Public ❗️ | 🛑 | onlyOwner |
Expand All @@ -40,7 +40,7 @@
|| recoverERC20 | Public ❗️ | 🛑 | onlyOwner |
||||||
| **SampleContract** | Implementation | TokenRecover |||
|| \<Constructor\> | Public ❗️ | 🛑 | |
|| <Constructor> | Public ❗️ | 🛑 |NO❗️ |
|| creator | Public ❗️ | |NO❗️ |
|| creatorDoesWork | Public ❗️ | 🛑 | onlyCreator |
|| ownerDoesWork | Public ❗️ | 🛑 | onlyOwner |
Expand Down
2 changes: 1 addition & 1 deletion dist/SampleContract.dist.sol
@@ -1,4 +1,4 @@
pragma solidity ^0.5.15;
pragma solidity ^0.5.16;

// File: @openzeppelin/contracts/token/ERC20/IERC20.sol

Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -66,27 +66,27 @@
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-mocha-no-only": "^1.1.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"ethereumjs-util": "^6.2.0",
"ethjs-abi": "^0.2.1",
"ganache-cli": "^6.8.0-istanbul.0",
"ganache-cli": "^6.8.2",
"lite-server": "^2.5.4",
"pify": "^4.0.1",
"sol2uml": "^1.1.12",
"solhint": "^2.3.0",
"solidity-coverage": "^0.7.0",
"surya": "^0.2.11",
"truffle": "^5.1.6",
"solidity-coverage": "^0.7.1",
"surya": "^0.3.5",
"truffle": "^5.1.9",
"truffle-flattener": "1.2.11",
"vuepress": "^1.2.0",
"web3": "^1.2.4"
},
"dependencies": {
"@openzeppelin/contracts": "2.4.0",
"eth-token-recover": "2.4.2"
"eth-token-recover": "2.4.3"
}
}

0 comments on commit c1b7d0a

Please sign in to comment.