Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@truffle/abi-utils

Package Overview
Dependencies
Maintainers
12
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@truffle/abi-utils - npm Package Compare versions

Comparing version 0.2.12 to 0.2.13

52

package.json
{
"name": "@truffle/abi-utils",
"version": "0.2.12",
"version": "0.2.13",
"description": "Utilities for working with ABIs",
"keywords": [
"ethereum",
"solidity",
"abi"
],
"license": "MIT",
"author": "g. nicholas d'andrea <gnidan@trufflesuite.com>",
"homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/abi-utils#readme",
"license": "MIT",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {

@@ -26,2 +13,9 @@ "type": "git",

},
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"main": "dist/lib/index.js",
"files": [
"dist"
],
"scripts": {

@@ -32,4 +26,7 @@ "build": "tsc",

},
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
"types": "dist/lib/index.d.ts",
"dependencies": {
"change-case": "3.0.2",
"faker": "5.5.3",
"fast-check": "^2.12.1"
},

@@ -39,18 +36,21 @@ "devDependencies": {

"@types/faker": "^5.1.2",
"@types/jest": "^26.0.20",
"@types/jest": "27.4.1",
"@types/jest-json-schema": "^2.1.2",
"jest": "^26.5.2",
"jest": "27.5.1",
"jest-extended": "^0.11.5",
"jest-fast-check": "^1.0.1",
"jest-json-schema": "^2.1.0",
"ts-jest": "^26.4.1",
"ts-node": "^9.0.0",
"ts-jest": "27.1.4",
"ts-node": "10.7.0",
"typescript": "^4.1.4"
},
"dependencies": {
"change-case": "3.0.2",
"faker": "5.5.3",
"fast-check": "^2.12.1"
"keywords": [
"abi",
"ethereum",
"solidity"
],
"publishConfig": {
"access": "public"
},
"gitHead": "4900bd471b9fbfe521aea280031bf63b8a9657a1"
"gitHead": "147aa1388aeade0ee164f2e62eecce7bec8f3332"
}
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