Socket
Socket
Sign inDemoInstall

@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.17-alphaTez.0 to 3.0.17

test/networkType.js

4

index.js

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

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

@@ -142,2 +139,3 @@ sources: ["bytecode", "binary", "unlinked_binary", "evm.bytecode.object"],

},
networkType: {},
devdoc: {},

@@ -144,0 +142,0 @@ userdoc: {}

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

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

},
"gitHead": "6b8472aae37a5cd7bff9541816c51f10182e6e8d"
"gitHead": "18f422dc3eb9c9bbd13d0bffe0db2ad33c24632d"
}

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

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

@@ -59,2 +58,3 @@ "$ref": "#/definitions/Bytecode",

},
"networkType": { "$ref": "#/definitions/NetworkType" },
"devdoc": { "$ref": "#/definitions/NatSpec" },

@@ -91,3 +91,3 @@ "userdoc": { "$ref": "#/definitions/NatSpec" }

"Code": {
"NetworkType": {
"type": "string"

@@ -94,0 +94,0 @@ },

@@ -70,6 +70,6 @@ /**

export type Metadata = string;
export type Code = string;
export type Source = string;
export type SourcePath = string;
export type SchemaVersion = string;
export type NetworkType = string;

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

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

@@ -118,2 +117,3 @@ * Bytecode sent as contract-creation transaction data, with unresolved link references

updatedAt?: string;
networkType?: NetworkType;
devdoc?: NatSpec;

@@ -120,0 +120,0 @@ userdoc?: NatSpec;

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