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

@podium/context

Package Overview
Dependencies
Maintainers
6
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@podium/context - npm Package Compare versions

Comparing version 4.1.6 to 5.0.0-next.2

19

CHANGELOG.md

@@ -0,1 +1,20 @@

# [5.0.0-next.2](https://github.com/podium-lib/context/compare/v5.0.0-next.1...v5.0.0-next.2) (2020-07-13)
### Bug Fixes
* Update @podium/utils to 5.0.0-next.1 ([50d6648](https://github.com/podium-lib/context/commit/50d6648cfeb50b80ec4cdbb184b8795502534c67))
# [5.0.0-next.1](https://github.com/podium-lib/context/compare/v4.1.6...v5.0.0-next.1) (2020-07-12)
### Features
* Drop node 10.x support ([ee34ea1](https://github.com/podium-lib/context/commit/ee34ea12363fe4da61995f9e4c88bba4c11901ba))
### BREAKING CHANGES
* Only support node 12 and 14.
# Changelog

@@ -2,0 +21,0 @@

25

package.json
{
"name": "@podium/context",
"version": "4.1.6",
"version": "5.0.0-next.2",
"description": "Module to generate the context which is passed on requests from a Podium Layout server to a Podium Podlet server",

@@ -22,2 +22,6 @@ "license": "MIT",

"files": [
"package.json",
"CHANGELOG.md",
"README.md",
"LICENSE",
"lib"

@@ -36,3 +40,3 @@ ],

"@podium/schemas": "4.0.2",
"@podium/utils": "4.2.5",
"@podium/utils": "5.0.0-next.1",
"abslog": "^2.4.0",

@@ -42,14 +46,21 @@ "bcp47-validate": "^1.0.0",

"decamelize": "^4.0.0",
"lru-cache": "^5.1.1"
"lru-cache": "^6.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.0.7",
"@semantic-release/npm": "7.0.5",
"@semantic-release/release-notes-generator": "9.0.1",
"semantic-release": "17.1.1",
"benchmark": "2.1.4",
"jest": "25.2.4",
"eslint": "7.1.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint": "7.3.1",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-prettier": "3.1.4",
"prettier": "2.0.5"
}
}

@@ -1,2 +0,2 @@

# Podium Context
# Podium Context v5

@@ -3,0 +3,0 @@ Module to generate the context which is passed on requests from a Podium Layout

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