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

@hmcts/one-per-page

Package Overview
Dependencies
Maintainers
20
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hmcts/one-per-page - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/hmcts/one-per-page#readme",
"version": "3.4.0",
"version": "3.4.1",
"main": "./src/main.js",

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

@@ -13,2 +13,4 @@ const util = require('util');

const inspectKeys = ['inspect', util.inspect.custom];
const toJsonKeys = ['toJSON'];
const observersKeys = ['observers'];

@@ -31,3 +33,3 @@ const contentProxy = (step, prefix) => {

const key = `${step.name}:${prefix}`;
if (toStringKeys.includes(name)) {
if (toStringKeys.includes(name) || toJsonKeys.includes(name) || observersKeys.includes(name)) {
if (target.exists(key)) {

@@ -34,0 +36,0 @@ return () => target.t(key, step.locals);

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