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.19-micah.0 to 3.0.19

scripts/generate-declarations

6

package.json
{
"name": "@truffle/contract-schema",
"version": "3.0.19-micah.0",
"version": "3.0.19",
"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"

@@ -43,3 +43,3 @@ },

},
"gitHead": "03adee6cc853ee4babd40381fa06a9e03ea1c126"
"gitHead": "a962a994179f561ec8862abed747b18958dbf6ba"
}

@@ -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