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

@0xcert/ethereum-erc20-contracts

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xcert/ethereum-erc20-contracts - npm Package Compare versions

Comparing version 2.0.0-alpha11 to 2.0.0-alpha12

12

.rush/temp/package-deps_build.json
{
"files": {
"packages/0xcert-ethereum-erc20-contracts/.solhint.json": "c72aedffae70ae4b1e2830449ec0e140eb7fb14a",
"packages/0xcert-ethereum-erc20-contracts/CHANGELOG.json": "e1a650c23e6f26486b57740ae567c85b0f1f7bed",
"packages/0xcert-ethereum-erc20-contracts/CHANGELOG.md": "e5936a4868a7a9f70cf391d8a1ffb9c7d30e0ace",
"packages/0xcert-ethereum-erc20-contracts/README.md": "2a7e42a331e6ff588f7630463a89503289377d2b",
"packages/0xcert-ethereum-erc20-contracts/CHANGELOG.json": "35c6d591175c34279c5cc989bcf83937a2f500e2",
"packages/0xcert-ethereum-erc20-contracts/CHANGELOG.md": "f3f492d0183abb813e25bf526a61621e66969acf",
"packages/0xcert-ethereum-erc20-contracts/README.md": "37eac07c1e4e9a9abfb08a1a1f1090ffca35ec9b",
"packages/0xcert-ethereum-erc20-contracts/nodemon.json": "82b893373db9861f1df4b55d8ea68a5d37b118de",
"packages/0xcert-ethereum-erc20-contracts/package.json": "bbf83471852a2cfa334119fa2e2acff7b0d5d18a",
"packages/0xcert-ethereum-erc20-contracts/src/contracts/dapp-token.sol": "3e01b0af23caaf80ca3c173b22429e3082bc2dce",
"packages/0xcert-ethereum-erc20-contracts/package.json": "e30d94b9a1ff60185ee58806c0032c62f1b3e85f",
"packages/0xcert-ethereum-erc20-contracts/src/contracts/dapp-token.sol": "d224e1409e3f8a037a392b53e13e65437a3df647",
"packages/0xcert-ethereum-erc20-contracts/src/contracts/erc20.sol": "cb253165aa2138c7aca2295cd3962dfc6ba0cd37",

@@ -22,5 +22,5 @@ "packages/0xcert-ethereum-erc20-contracts/src/contracts/migration-receiver.sol": "309212c841e90f04bb3979c4ebeb522de59851a8",

"packages/0xcert-ethereum-erc20-contracts/tslint.json": "c57b3f0cdb7aa74ab2ab02888380f613589cbe66",
"common/config/rush/npm-shrinkwrap.json": "5ebb59598d73b33f33b0bf5b57c661ec3bb47a91"
"common/config/rush/npm-shrinkwrap.json": "83b95d7e146957122c7e18cd7eaf9dd0568a4e16"
},
"arguments": "npm run clean && npx specron compile && npx tsc "
}
{
"files": {
"packages/0xcert-ethereum-erc20-contracts/.solhint.json": "c72aedffae70ae4b1e2830449ec0e140eb7fb14a",
"packages/0xcert-ethereum-erc20-contracts/CHANGELOG.json": "e1a650c23e6f26486b57740ae567c85b0f1f7bed",
"packages/0xcert-ethereum-erc20-contracts/CHANGELOG.md": "e5936a4868a7a9f70cf391d8a1ffb9c7d30e0ace",
"packages/0xcert-ethereum-erc20-contracts/README.md": "2a7e42a331e6ff588f7630463a89503289377d2b",
"packages/0xcert-ethereum-erc20-contracts/CHANGELOG.json": "35c6d591175c34279c5cc989bcf83937a2f500e2",
"packages/0xcert-ethereum-erc20-contracts/CHANGELOG.md": "f3f492d0183abb813e25bf526a61621e66969acf",
"packages/0xcert-ethereum-erc20-contracts/README.md": "37eac07c1e4e9a9abfb08a1a1f1090ffca35ec9b",
"packages/0xcert-ethereum-erc20-contracts/nodemon.json": "82b893373db9861f1df4b55d8ea68a5d37b118de",
"packages/0xcert-ethereum-erc20-contracts/package.json": "bbf83471852a2cfa334119fa2e2acff7b0d5d18a",
"packages/0xcert-ethereum-erc20-contracts/src/contracts/dapp-token.sol": "3e01b0af23caaf80ca3c173b22429e3082bc2dce",
"packages/0xcert-ethereum-erc20-contracts/package.json": "e30d94b9a1ff60185ee58806c0032c62f1b3e85f",
"packages/0xcert-ethereum-erc20-contracts/src/contracts/dapp-token.sol": "d224e1409e3f8a037a392b53e13e65437a3df647",
"packages/0xcert-ethereum-erc20-contracts/src/contracts/erc20.sol": "cb253165aa2138c7aca2295cd3962dfc6ba0cd37",

@@ -22,5 +22,5 @@ "packages/0xcert-ethereum-erc20-contracts/src/contracts/migration-receiver.sol": "309212c841e90f04bb3979c4ebeb522de59851a8",

"packages/0xcert-ethereum-erc20-contracts/tslint.json": "c57b3f0cdb7aa74ab2ab02888380f613589cbe66",
"common/config/rush/npm-shrinkwrap.json": "5ebb59598d73b33f33b0bf5b57c661ec3bb47a91"
"common/config/rush/npm-shrinkwrap.json": "83b95d7e146957122c7e18cd7eaf9dd0568a4e16"
},
"arguments": "npm run lint && npm run clean && npx specron compile && npx specron test "
}

@@ -5,4 +5,4 @@ {

{
"version": "2.0.0-alpha11",
"tag": "@0xcert/ethereum-erc20-contracts_v2.0.0-alpha11",
"version": "2.0.0-alpha12",
"tag": "@0xcert/ethereum-erc20-contracts_v2.0.0-alpha12",
"date": "Wed, 19 Jun 2019 10:31:05 GMT",

@@ -9,0 +9,0 @@ "comments": {}

# Change Log - @0xcert/ethereum-erc20-contracts
This log was last generated on Wed, 19 Jun 2019 10:31:05 GMT and should not be manually modified.
This log was last generated on Sun, 01 Sep 2019 16:02:20 GMT and should not be manually modified.
## 2.0.0-alpha11
## 1.9.0
Sun, 01 Sep 2019 16:02:20 GMT
*Version update only*
## 1.8.1
Sun, 01 Sep 2019 15:46:11 GMT
*Version update only*
## 1.8.0
Tue, 30 Jul 2019 10:46:40 GMT
*Version update only*
## 2.0.0-alpha12
Wed, 19 Jun 2019 10:31:05 GMT

@@ -7,0 +22,0 @@

{
"name": "@0xcert/ethereum-erc20-contracts",
"version": "2.0.0-alpha11",
"version": "2.0.0-alpha12",
"description": "Smart contract implementation of the ERC-20 standard on the Ethereum blockchain.",

@@ -76,6 +76,6 @@ "scripts": {

"devDependencies": {
"@0xcert/ethereum-utils-contracts": "2.0.0-alpha11",
"@specron/cli": "0.9.0",
"@specron/spec": "0.9.0",
"@specron/flattener": "0.9.0",
"@0xcert/ethereum-utils-contracts": "2.0.0-alpha12",
"@specron/cli": "0.10.0",
"@specron/spec": "0.10.0",
"@specron/flattener": "0.10.0",
"solc": "0.5.11",

@@ -82,0 +82,0 @@ "solhint": "2.3.0",

@@ -8,1 +8,5 @@ <img src="https://github.com/0xcert/framework/raw/master/assets/cover-sub.png" />

This module is one of the bricks of the [0xcert Framework](https://docs.0xcert.org). It's written with [TypeScript](https://www.typescriptlang.org) and it's actively maintained. The source code is available on [GitHub](https://github.com/0xcert/framework) where you can also find our [issue tracker](https://github.com/0xcert/framework/issues).
# Build
By default, the contracts in this package are built for Constantinople EVM. If you would like to use these smart contracts for `Wanchain` or other blockchains using EVM for a different version, you will need to rebuild them for the desired version.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc