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
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 3.0.11 to 3.1.11

LICENSE

9

CHANGELOG.json
[
{
"version": "3.1.11",
"changes": [
{
"note": "permit mixed-case addresses"
}
],
"timestamp": 1563957393
},
{
"timestamp": 1563006338,

@@ -4,0 +13,0 @@ "version": "3.0.11",

4

CHANGELOG.md

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

## v3.1.11 - _July 24, 2019_
* permit mixed-case addresses
## v3.0.11 - _July 13, 2019_

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

2

lib/schemas/address_schema.json
{
"id": "/addressSchema",
"type": "string",
"pattern": "^0x[0-9a-f]{40}$"
"pattern": "^0x[0-9a-fA-F]{40}$"
}
{
"name": "@0x/json-schemas",
"version": "3.0.11",
"version": "3.1.11",
"engines": {

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

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

@@ -51,3 +51,3 @@ "jsonschema": "^1.2.0",

"@0x/tslint-config": "^3.0.1",
"@0x/utils": "^4.4.0",
"@0x/utils": "^4.4.1",
"@types/lodash.foreach": "^4.5.3",

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

},
"gitHead": "e8535551650633b26eac8330b91b6a1b92ec43f3"
"gitHead": "6f3cee1a1e64bac518dfbe780920efe46bf76d40"
}
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