New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@0x/json-schemas

Package Overview
Dependencies
Maintainers
9
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 6.2.0 to 6.3.0

10

CHANGELOG.json
[
{
"version": "6.3.0",
"changes": [
{
"note": "Update call data and tx data schemas for 1559 fields",
"pr": 45
}
],
"timestamp": 1629895966
},
{
"version": "6.2.0",

@@ -4,0 +14,0 @@ "changes": [

4

CHANGELOG.md

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

## v6.3.0 - _August 25, 2021_
* Update call data and tx data schemas for 1559 fields (#45)
## v6.2.0 - _June 28, 2021_

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

@@ -15,2 +15,8 @@ {

},
"maxFeePerGas": {
"oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumberSchema" }]
},
"maxPriorityFeePerGas": {
"oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumberSchema" }]
},
"data": {

@@ -17,0 +23,0 @@ "type": "string",

@@ -15,2 +15,8 @@ {

},
"maxFeePerGas": {
"oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumberSchema" }]
},
"maxPriorityFeePerGas": {
"oneOf": [{ "$ref": "/numberSchema" }, { "$ref": "/jsNumberSchema" }]
},
"data": {

@@ -17,0 +23,0 @@ "type": "string",

@@ -36,2 +36,12 @@ export declare const schemas: {

};
maxFeePerGas: {
oneOf: {
$ref: string;
}[];
};
maxPriorityFeePerGas: {
oneOf: {
$ref: string;
}[];
};
data: {

@@ -508,2 +518,12 @@ type: string;

};
maxFeePerGas: {
oneOf: {
$ref: string;
}[];
};
maxPriorityFeePerGas: {
oneOf: {
$ref: string;
}[];
};
data: {

@@ -510,0 +530,0 @@ type: string;

8

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

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

"dependencies": {
"@0x/typescript-typings": "^5.2.0",
"@0x/typescript-typings": "^5.2.1",
"@types/node": "12.12.54",

@@ -55,3 +55,3 @@ "ajv": "^6.12.5",

"@0x/tslint-config": "^4.1.4",
"@0x/utils": "^6.4.3",
"@0x/utils": "^6.4.4",
"@types/lodash.foreach": "^4.5.3",

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

},
"gitHead": "4671a99dccbc34535d86e2254c78697f07aeb5dc"
"gitHead": "b3f4c9ee35562003a4518e9a90492f28e5028b20"
}

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