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 5.0.0-next.6 to 5.0.0-next.7

32

CHANGELOG.md

@@ -1,6 +0,36 @@

# [5.0.0-next.6](https://github.com/podium-lib/schemas/compare/v5.0.0-next.5...v5.0.0-next.6) (2022-05-31)
# [5.0.0-next.7](https://github.com/podium-lib/schemas/compare/v5.0.0-next.6...v5.0.0-next.7) (2023-11-20)
### Bug Fixes
* **deps:** update dependency ajv to v8.11.2 ([d584bd8](https://github.com/podium-lib/schemas/commit/d584bd88de7ba25c3954bf7a608691a68bcb794e))
* **deps:** update dependency ajv to v8.12.0 ([f98b5ef](https://github.com/podium-lib/schemas/commit/f98b5efca4ebaa089ac59a85bfce397c7a85468d))
### Features
* add asset strategy and scope fields ([c23e9b0](https://github.com/podium-lib/schemas/commit/c23e9b07a082cb7936a36e8c48b763c68735fea5))
# [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)
### Bug Fixes
* **deps:** update dependency ajv to v8.12.0 ([f98b5ef](https://github.com/podium-lib/schemas/commit/f98b5efca4ebaa089ac59a85bfce397c7a85468d))
## [4.1.33](https://github.com/podium-lib/schemas/compare/v4.1.32...v4.1.33) (2022-11-14)
### Bug Fixes
* **deps:** update dependency ajv to v8.11.2 ([d584bd8](https://github.com/podium-lib/schemas/commit/d584bd88de7ba25c3954bf7a608691a68bcb794e))
# [5.0.0-next.6](https://github.com/podium-lib/schemas/compare/v5.0.0-next.5...v5.0.0-next.6) (2022-05-31)
### Features
* Adding support for proxy objects ([#161](https://github.com/podium-lib/schemas/issues/161)) ([6f5de4e](https://github.com/podium-lib/schemas/commit/6f5de4e430c2a2662da079b801e24882d9ba8bc1))

@@ -7,0 +37,0 @@

24

package.json
{
"name": "@podium/schemas",
"version": "5.0.0-next.6",
"version": "5.0.0-next.7",
"type": "module",

@@ -37,17 +37,21 @@ "description": "Schemas for validating the @podium contract.",

"dependencies": {
"ajv": "8.11.0",
"ajv": "8.12.0",
"ajv-formats": "2.1.1"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/git": "10.0.1",
"eslint": "8.14.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.0.0",
"prettier": "2.6.2",
"semantic-release": "19.0.2",
"tap": "16.1.0"
"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"
}
}

@@ -62,2 +62,10 @@ {

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

@@ -102,2 +110,10 @@ },

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

@@ -104,0 +120,0 @@ },

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