Socket
Socket
Sign inDemoInstall

@podium/schemas

Package Overview
Dependencies
Maintainers
6
Versions
67
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.1.34 to 4.2.0

7

CHANGELOG.md

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

# [4.2.0](https://github.com/podium-lib/schemas/compare/v4.1.34...v4.2.0) (2023-11-16)
### Features
* add asset strategy and scope fields ([c23e9b0](https://github.com/podium-lib/schemas/commit/c23e9b07a082cb7936a36e8c48b763c68735fea5))
## [4.1.34](https://github.com/podium-lib/schemas/compare/v4.1.33...v4.1.34) (2023-01-03)

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

@@ -81,2 +81,10 @@ {

"type": "string"
},
"strategy": {
"type": "string",
"pattern": "^lazy|beforeInteractive|afterInteractive$"
},
"scope": {
"type": "string",
"pattern": "^content|fallback|all$"
}

@@ -121,2 +129,10 @@ },

"default": false
},
"strategy": {
"type": "string",
"pattern": "^lazy|beforeInteractive|afterInteractive$"
},
"scope": {
"type": "string",
"pattern": "^content|fallback|all$"
}

@@ -123,0 +139,0 @@ },

26

package.json
{
"name": "@podium/schemas",
"version": "4.1.34",
"version": "4.2.0",
"description": "Schemas for validating the @podium contract.",

@@ -38,17 +38,17 @@ "license": "MIT",

"devDependencies": {
"@semantic-release/changelog": "6.0.2",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.7",
"@semantic-release/npm": "9.0.1",
"@semantic-release/release-notes-generator": "10.0.3",
"eslint": "8.31.0",
"@semantic-release/github": "9.2.3",
"@semantic-release/npm": "11.0.1",
"@semantic-release/release-notes-generator": "12.1.0",
"eslint": "8.52.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.8.1",
"semantic-release": "19.0.5",
"tap": "16.3.2"
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"prettier": "3.1.0",
"semantic-release": "22.0.7",
"tap": "16.3.9"
}
}
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