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.4 to 0.5.5

4

dist/node/schema.json

@@ -73,6 +73,6 @@ {

"description": "The publish reference of the content on the current page",
"examples": ["tid_17wmwszvk3"],
"pattern": "^tid_.+$"
"examples": ["tid_17wmwszvk3", "SYNTHETIC-REQ-MONtid_UrnYVM6Waz_carousel_1534570047"],
"pattern": "tid_"
}
}
}

@@ -16,5 +16,5 @@ "use strict";

else {
throw Error(`Validation error: ${ajv.errorsText(isValid.errors)}`);
throw Error(`Validation error: ${ajv.errorsText(isValid.errors)}, received "${value}"`);
}
}
exports.default = validate;
{
"name": "@financial-times/dotcom-server-app-context",
"version": "0.5.4",
"version": "0.5.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/node/index.js",

@@ -97,2 +97,2 @@ # FT App Context Schema

* Regex pattern: `^tid_.+$`
* Regex pattern: `tid_`

@@ -73,6 +73,6 @@ {

"description": "The publish reference of the content on the current page",
"examples": ["tid_17wmwszvk3"],
"pattern": "^tid_.+$"
"examples": ["tid_17wmwszvk3", "SYNTHETIC-REQ-MONtid_UrnYVM6Waz_carousel_1534570047"],
"pattern": "tid_"
}
}
}

@@ -14,4 +14,4 @@ import Ajv from 'ajv'

} else {
throw Error(`Validation error: ${ajv.errorsText(isValid.errors)}`)
throw Error(`Validation error: ${ajv.errorsText(isValid.errors)}, received "${value}"`)
}
}
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