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

@verdaccio/core

Package Overview
Dependencies
Maintainers
4
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verdaccio/core - npm Package Compare versions

Comparing version 6.0.0-6-next.64 to 6.0.0-6-next.65

2

build/warning-utils.js

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

})(Codes || (exports.Codes = Codes = {}));
warningInstance.create(verdaccioWarning, Codes.VERWAR002, `The configuration file property "logs" property is deprecated, rename to "log" for future compatibility`);
warningInstance.create(verdaccioWarning, Codes.VERWAR002, `The configuration property "logs" has been deprecated, please rename to "log" for future compatibility`);
warningInstance.create(verdaccioWarning, Codes.VERWAR001, `Verdaccio doesn't need superuser privileges. don't run it under root`);

@@ -26,0 +26,0 @@ warningInstance.create(verdaccioWarning, Codes.VERWAR003, 'rotating-file type is not longer supported, consider use [logrotate] instead');

# @verdaccio/core
## 6.0.0-6-next.65
### Patch Changes
- a1da1130: fix: minor typo on warning message
## 6.0.0-6-next.64

@@ -4,0 +10,0 @@

{
"name": "@verdaccio/core",
"version": "6.0.0-6-next.64",
"version": "6.0.0-6-next.65",
"description": "core utilities",

@@ -5,0 +5,0 @@ "keywords": [

@@ -20,3 +20,3 @@ import warning from 'process-warning';

Codes.VERWAR002,
`The configuration file property "logs" property is deprecated, rename to "log" for future compatibility`
`The configuration property "logs" has been deprecated, please rename to "log" for future compatibility`
);

@@ -23,0 +23,0 @@

Sorry, the diff of this file is not supported yet

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