Socket
Socket
Sign inDemoInstall

@web3api/manifest-schemas

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3api/manifest-schemas - npm Package Compare versions

Comparing version 0.0.1-prealpha.31 to 0.0.1-prealpha.32

formats/web3api.build/0.0.1-prealpha.1.json

32

formats/web3api/0.0.1-prealpha.1.json

@@ -101,22 +101,20 @@ {

"type": "array",
"items": [
{
"type": "object",
"additionalProperties": false,
"properties": {
"uri": {
"type": "string"
},
"schema": {
"type": "string"
}
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"uri": {
"type": "string"
},
"required": [
"uri",
"schema"
]
}
]
"schema": {
"type": "string"
}
},
"required": [
"uri",
"schema"
]
}
}
}
}

@@ -70,22 +70,20 @@ {

"type": "array",
"items": [
{
"type": "object",
"additionalProperties": false,
"properties": {
"uri": {
"type": "string"
},
"schema": {
"type": "string"
}
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"uri": {
"type": "string"
},
"required": [
"uri",
"schema"
]
}
]
"schema": {
"type": "string"
}
},
"required": [
"uri",
"schema"
]
}
}
}
}

@@ -70,22 +70,20 @@ {

"type": "array",
"items": [
{
"type": "object",
"additionalProperties": false,
"properties": {
"uri": {
"type": "string"
},
"schema": {
"type": "string"
}
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"uri": {
"type": "string"
},
"required": [
"uri",
"schema"
]
}
]
"schema": {
"type": "string"
}
},
"required": [
"uri",
"schema"
]
}
}
}
}
{
"name": "@web3api/manifest-schemas",
"description": "Web3API Manifest Schemas",
"version": "0.0.1-prealpha.31",
"version": "0.0.1-prealpha.32",
"license": "MIT",

@@ -11,3 +11,3 @@ "repository": {

"main": "./package.json",
"gitHead": "6d0d2cca02a292be1b1bf530a03d2714a4f03bb3",
"gitHead": "74b56a2cc49ce1fe95c16fc63cb39fd816671b49",
"publishConfig": {

@@ -14,0 +14,0 @@ "access": "public"

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