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

@truffle/contract-schema

Package Overview
Dependencies
Maintainers
6
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@truffle/contract-schema - npm Package Compare versions

Comparing version 3.0.16 to 3.0.17-alphaTez.0

3

index.js

@@ -66,2 +66,5 @@ var pkgVersion = require("./package.json").version;

},
code: {
sources: ["code"]
},
bytecode: {

@@ -68,0 +71,0 @@ sources: ["bytecode", "binary", "unlinked_binary", "evm.bytecode.object"],

4

package.json
{
"name": "@truffle/contract-schema",
"version": "3.0.16",
"version": "3.0.17-alphaTez.0",
"description": "JSON schema for contract artifacts",

@@ -42,3 +42,3 @@ "main": "index.js",

},
"gitHead": "ada4f9ae0ba515b9ccf5ac0b23ce0d05fad1d53a"
"gitHead": "6b8472aae37a5cd7bff9541816c51f10182e6e8d"
}

@@ -19,2 +19,3 @@ {

"metadata": { "$ref": "#/definitions/Metadata" },
"code": { "$ref": "#/definitions/Code" },
"bytecode": {

@@ -89,2 +90,6 @@ "$ref": "#/definitions/Bytecode",

"Code": {
"type": "string"
},
"Bytecode": {

@@ -91,0 +96,0 @@ "type": "string",

@@ -70,2 +70,3 @@ /**

export type Metadata = string;
export type Code = string;
export type Source = string;

@@ -85,2 +86,3 @@ export type SourcePath = string;

metadata?: Metadata;
code?: Code;
/**

@@ -87,0 +89,0 @@ * Bytecode sent as contract-creation transaction data, with unresolved link references

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