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

@financial-times/dotcom-server-app-context

Package Overview
Dependencies
Maintainers
18
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/dotcom-server-app-context - npm Package Compare versions

Comparing version 0.5.8 to 0.6.0

4

package.json
{
"name": "@financial-times/dotcom-server-app-context",
"version": "0.5.8",
"version": "0.6.0",
"description": "",

@@ -28,3 +28,3 @@ "main": "dist/node/index.js",

"engines": {
"node": ">= 8.16.0"
"node": ">= 12.0.0"
},

@@ -31,0 +31,0 @@ "repository": {

@@ -5,3 +5,7 @@ # @financial-times/dotcom-server-app-context

To learn more about why this feature exists please review the [design document]. To find out which properties can be defined please refer to the [app context schema].
[JSON schema]: https://json-schema.org/
[design document]: ../../docs/design-decisions/app-context.md
[app context schema]: schema.md

@@ -41,3 +45,3 @@

Sets the value of the specified property. The provided value will be validated against the [app context schema](#app-context-data). If the value is invalid this method will throw an error.
Sets the value of the specified property. The provided value will be validated against the [app context schema]. If the value is invalid this method will throw an error.

@@ -55,7 +59,2 @@ ### `getAll(): object`

An app context data object, see [app context data](#app-context-data) for more information. Defaults to `{}`.
## App Context Data
Please refer to the [JSON schema definition](schema.md) for more information.
An app context data object, see the [app context schema] for more information. Defaults to `{}`.
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