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 1.0.0-rc1 to 1.0.0-rc2

13

package-deps.json
{
"files": {},
"files": {
"packages/0xcert-ethereum-erc20-contracts/README.md": "2a7e42a331e6ff588f7630463a89503289377d2b",
"packages/0xcert-ethereum-erc20-contracts/nodemon.json": "82b893373db9861f1df4b55d8ea68a5d37b118de",
"packages/0xcert-ethereum-erc20-contracts/package.json": "b5b5343bf6466b10fb06e66911d4da3576f9d744",
"packages/0xcert-ethereum-erc20-contracts/src/contracts/erc20.sol": "a5575f8088d10f562636e5885eb98fb11f33a558",
"packages/0xcert-ethereum-erc20-contracts/src/contracts/mocks/token-mock.sol": "00f827cf177765756db01b7338f72eac9a57a763",
"packages/0xcert-ethereum-erc20-contracts/src/contracts/token.sol": "5cfbb7a8a2fd7121e9531213e61c9a0edc1a244d",
"packages/0xcert-ethereum-erc20-contracts/src/tests/token.test.ts": "4bd449f7eee5e0b16b29e15f487211a0ad8c9170",
"packages/0xcert-ethereum-erc20-contracts/tsconfig.json": "4aeac3c20e45b7e477e82012eb7788f7dbb11bf3",
"packages/0xcert-ethereum-erc20-contracts/tslint.json": "b0a3b65cb51c9a9e16abb4463660440dd701ea3c",
"common/config/rush/npm-shrinkwrap.json": "0ea2df5136471a39c49faa46a4eef6a0570c7c72"
},
"arguments": "npm run lint && npm run clean && npx specron compile && npx specron test "
}

10

package.json
{
"name": "@0xcert/ethereum-erc20-contracts",
"version": "1.0.0-rc1",
"version": "1.0.0-rc2",
"description": "Smart contract implementation of the ERC-20 standard on the Ethereum blockchain.",

@@ -64,5 +64,5 @@ "scripts": {

"devDependencies": {
"@0xcert/ethereum-utils-contracts": "1.0.0-rc1",
"@specron/cli": "^0.5.1",
"@specron/spec": "^0.5.1",
"@0xcert/ethereum-utils-contracts": "1.0.0-rc2",
"@specron/cli": "^0.5.2",
"@specron/spec": "^0.5.2",
"solc": "0.5.1",

@@ -72,4 +72,4 @@ "ts-node": "^7.0.1",

"typescript": "^3.1.1",
"web3": "^1.0.0-beta.36"
"web3": "1.0.0-beta.36"
}
}

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