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

@truffle/contract-schema

Package Overview
Dependencies
Maintainers
11
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.4.4 to 3.4.5

4

package.json

@@ -15,3 +15,3 @@ {

},
"version": "3.4.4",
"version": "3.4.5",
"main": "index.js",

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

},
"gitHead": "653686708545be12b71f9b35eb7a3ca66510c54d"
"gitHead": "9e36563411876fbdf3c3bdf8b974b6702a3740e0"
}

@@ -154,22 +154,19 @@ {

"type": "object",
"patternProperties": {
"[1-9][0-9]*": {
"type": "array",
"items": {
"type": "object",
"properties": {
"start": {
"type": "integer",
"minimum": 0
},
"length": {
"type": "integer",
"minimum": 0
}
"additionalProperties": {
"type": "array",
"items": {
"type": "object",
"properties": {
"start": {
"type": "integer",
"minimum": 0
},
"additionalProperties": false
}
"length": {
"type": "integer",
"minimum": 0
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
},

@@ -176,0 +173,0 @@ "GeneratedSources": {

@@ -198,6 +198,2 @@ /* tslint:disable */

export interface ImmutableReferences {
/**
* This interface was referenced by `ImmutableReferences`'s JSON-Schema definition
* via the `patternProperty` "[1-9][0-9]*".
*/
[k: string]: {

@@ -204,0 +200,0 @@ start?: number;

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