🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@truffle/code-utils

Package Overview
Dependencies
Maintainers
6
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@truffle/code-utils - npm Package Compare versions

Comparing version
1.2.7
to
1.2.8-alphaTez.0
+10
-10
package.json
{
"name": "@truffle/code-utils",
"version": "1.2.7",
"description": "Utilities for parsing and managing EVM-compatible bytecode",
"license": "MIT",
"author": "",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/code-utils",
"version": "1.2.8-alphaTez.0",
"main": "dist/index.js",
"types": "./typings/index.d.ts",
"scripts": {

@@ -12,8 +14,3 @@ "build": "tsc",

},
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/code-utils",
"author": "",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"types": "./typings/index.d.ts",
"devDependencies": {

@@ -23,5 +20,8 @@ "@types/node": "^12.6.8",

"ts-node": "^8.3.0",
"typescript": "^3.5.3"
"typescript": "^3.6.3"
},
"gitHead": "ada4f9ae0ba515b9ccf5ac0b23ce0d05fad1d53a"
"publishConfig": {
"access": "public"
},
"gitHead": "6b8472aae37a5cd7bff9541816c51f10182e6e8d"
}

@@ -22,4 +22,4 @@ {

"node_modules/@types",
"../../**/node_modules/@types/mocha",
"../../**/node_modules/@types/node"
"../../node_modules/@types/mocha",
"../../node_modules/@types/node"
]

@@ -26,0 +26,0 @@ },