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

@podium/schemas

Package Overview
Dependencies
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@podium/schemas - npm Package Compare versions

Comparing version 4.0.0-next.2 to 4.0.0-next.3

26

lib/manifest.schema.json

@@ -48,4 +48,5 @@ {

"items": {
"anyOf": [
{
"type": "object",
"properties": {
"value": {
"type": "string",

@@ -55,7 +56,7 @@ "format": "uri-reference",

},
{
"type": "object",
"default": {}
"type": {
"type": "string"
}
]
},
"required": ["value", "type"]
},

@@ -67,4 +68,5 @@ "default": []

"items": {
"anyOf": [
{
"type": "object",
"properties": {
"value": {
"type": "string",

@@ -74,7 +76,7 @@ "format": "uri-reference",

},
{
"type": "object",
"default": {}
"type": {
"type": "string"
}
]
},
"required": ["value", "type"]
},

@@ -81,0 +83,0 @@ "default": []

{
"name": "@podium/schemas",
"version": "4.0.0-next.2",
"version": "4.0.0-next.3",
"description": "Schemas for validating the @podium contract.",

@@ -5,0 +5,0 @@ "license": "MIT",

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