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

@podium/schemas

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

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [4.1.0](https://github.com/podium-lib/schemas/compare/v4.0.7...v4.1.0) (2021-01-22)
### Features
* Add css and js html attributes to schema ([#88](https://github.com/podium-lib/schemas/issues/88)) ([1db6f63](https://github.com/podium-lib/schemas/commit/1db6f632d63337e25f68f7c0ff80cd15a61a33a3))
## [4.0.7](https://github.com/podium-lib/schemas/compare/v4.0.6...v4.0.7) (2021-01-21)

@@ -2,0 +9,0 @@

49

lib/manifest.schema.json

@@ -56,6 +56,30 @@ {

"type": {
"type": "string",
"default": "text/css"
},
"crossorigin": {
"type": "string"
},
"disabled": {
"type": "boolean",
"default": false
},
"hreflang": {
"type": "string"
},
"title": {
"type": "string"
},
"media": {
"type": "string"
},
"rel": {
"type": "string",
"default": "stylesheet"
},
"as": {
"type": "string"
}
},
"required": ["value", "type"]
"required": ["value"]
},

@@ -76,5 +100,26 @@ "default": []

"type": "string"
},
"referrerpolicy": {
"type": "string"
},
"crossorigin": {
"type": "string"
},
"integrity": {
"type": "string"
},
"nomodule": {
"type": "boolean",
"default": false
},
"async": {
"type": "boolean",
"default": false
},
"defer": {
"type": "boolean",
"default": false
}
},
"required": ["value", "type"]
"required": ["value"]
},

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

2

package.json
{
"name": "@podium/schemas",
"version": "4.0.7",
"version": "4.1.0",
"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