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

@poppinss/utils

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poppinss/utils - npm Package Compare versions

Comparing version 2.5.1 to 2.5.2

6

build/src/ManagerConfigValidator.js

@@ -31,3 +31,3 @@ "use strict";

`Invalid "${this.serviceName}" config. Missing value for "${keyName}".`,
`Make sure set it inside "${this.configLocation}"`,
`Make sure to set it inside the "${this.configLocation}" file`,
].join(' '));

@@ -44,3 +44,3 @@ }

`Invalid "${this.serviceName}" config. Missing value for "${listName}".`,
`Make sure set it inside "${this.configLocation}"`,
`Make sure to set it inside the "${this.configLocation}" file`,
].join(' '));

@@ -52,3 +52,3 @@ }

`Invalid "${this.serviceName}" config. "${defaultValue}" is not defined inside "${listName}".`,
`Make sure set it inside "${this.configLocation}"`,
`Make sure to set it inside the "${this.configLocation}" file`,
].join(' '));

@@ -55,0 +55,0 @@ }

{
"name": "@poppinss/utils",
"version": "2.5.1",
"version": "2.5.2",
"description": "Handy utilities for repetitive work",

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

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