@truffle/contract-schema
Advanced tools
Comparing version 3.4.4 to 3.4.5
@@ -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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
276874
6832