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 to 3.0.18-next.0

scripts/generate-declarations

8

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

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

"prepare": "yarn run build",
"build": "cd spec && json2ts -i contract-object.spec.json -o ./index.d.ts",
"build": "./scripts/generate-declarations",
"test": "mocha"

@@ -35,3 +35,3 @@ },

"mocha": "5.2.0",
"solc": "0.5.0"
"solc": "0.5.12"
},

@@ -44,3 +44,3 @@ "directories": {

},
"gitHead": "18f422dc3eb9c9bbd13d0bffe0db2ad33c24632d"
"gitHead": "a72ad03fae478e5036795c138e7acaa4483b0c06"
}

@@ -0,6 +1,9 @@

/* tslint:disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
* and run `yarn prepare` inside your local packages/contract-schema
*
* @module @truffle/contract-schema/spec
*/ /** */

@@ -7,0 +10,0 @@ /**

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