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

@0x/json-schemas

Package Overview
Dependencies
Maintainers
6
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 4.1.0-beta.3 to 5.0.0

26

CHANGELOG.json
[
{
"version": "5.0.0",
"changes": [
{
"note": "All references to network ID have been removed, and references to chain ID have been introduced instead",
"pr": 2313
},
{
"note": "Add `eip712DomainSchema` schema",
"pr": 1742
},
{
"note": "Add required field `domain` to `order` and `zeroExTransaction` schemas",
"pr": 1742
},
{
"note": "Add `makerAssetData` and `takerAssetData` to `Order` schemas",
"pr": 1819
},
{
"note": "Add `expirationTimeSeconds` to `ZeroExTransaction` schema",
"pr": 1832
}
],
"timestamp": 1575296764
},
{
"version": "4.1.0-beta.3",

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

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

## v5.0.0 - _December 2, 2019_
* All references to network ID have been removed, and references to chain ID have been introduced instead (#2313)
* Add `eip712DomainSchema` schema (#1742)
* Add required field `domain` to `order` and `zeroExTransaction` schemas (#1742)
* Add `makerAssetData` and `takerAssetData` to `Order` schemas (#1819)
* Add `expirationTimeSeconds` to `ZeroExTransaction` schema (#1832)
## v4.1.0-beta.3 - _December 2, 2019_

@@ -10,0 +18,0 @@

10

package.json
{
"name": "@0x/json-schemas",
"version": "4.1.0-beta.3",
"version": "5.0.0",
"engines": {

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

"dependencies": {
"@0x/typescript-typings": "^4.4.0-beta.2",
"@0x/typescript-typings": "^5.0.0",
"@types/node": "*",

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

"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^3.1.0-beta.2",
"@0x/utils": "^4.6.0-beta.3",
"@0x/tslint-config": "^4.0.0",
"@0x/utils": "^5.0.0",
"@types/lodash.foreach": "^4.5.3",

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

},
"gitHead": "21db0e6275eef4fbfd58c5a1c05d384098e6334a"
"gitHead": "761d0a0f1849c6e247f7219b9cee4f7a18473409"
}
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