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

@0x/json-schemas

Package Overview
Dependencies
Maintainers
11
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0x/json-schemas - npm Package Compare versions

Comparing version 5.0.8 to 5.1.0

10

CHANGELOG.json
[
{
"version": "5.1.0",
"changes": [
{
"note": "Add geth eth_call properties to `CallData`",
"pr": 2620
}
],
"timestamp": 1594788383
},
{
"timestamp": 1592969527,

@@ -4,0 +14,0 @@ "version": "5.0.8",

4

CHANGELOG.md

@@ -8,2 +8,6 @@ <!--

## v5.1.0 - _July 15, 2020_
* Add geth eth_call properties to `CallData` (#2620)
## v5.0.8 - _June 24, 2020_

@@ -10,0 +14,0 @@

@@ -22,2 +22,20 @@ {

"minimum": 0
},
"overrides": {
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {
"code": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]*$"
},
"nonce": {
"oneOf": [{ "$ref": "/wholeNumberSchema" }]
},
"balance": {
"oneOf": [{ "$ref": "/wholeNumberSchema" }]
}
}
}
}

@@ -24,0 +42,0 @@ },

@@ -44,2 +44,24 @@ export declare const schemas: {

};
"overrides": {
"type": string;
"additionalProperties": {
"type": string;
"properties": {
"code": {
"type": string;
"pattern": string;
};
"nonce": {
"oneOf": {
"$ref": string;
}[];
};
"balance": {
"oneOf": {
"$ref": string;
}[];
};
};
};
};
};

@@ -46,0 +68,0 @@ "required": never[];

10

package.json
{
"name": "@0x/json-schemas",
"version": "5.0.8",
"version": "5.1.0",
"engines": {

@@ -46,3 +46,3 @@ "node": ">=6.12"

"dependencies": {
"@0x/typescript-typings": "^5.1.0",
"@0x/typescript-typings": "^5.1.1",
"@types/node": "*",

@@ -54,4 +54,4 @@ "jsonschema": "^1.2.0",

"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@0x/utils": "^5.5.0",
"@0x/tslint-config": "^4.1.0",
"@0x/utils": "^5.5.1",
"@types/lodash.foreach": "^4.5.3",

@@ -75,3 +75,3 @@ "@types/lodash.values": "^4.3.3",

},
"gitHead": "7bf710f153a51d4904e37f456466fb3c0037071f"
"gitHead": "b5eb1c9ee809f14e0377658400584e9f02b7b8ef"
}

Sorry, the diff of this file is not supported yet

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