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

@verdaccio/types

Package Overview
Dependencies
Maintainers
4
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verdaccio/types - npm Package Compare versions

Comparing version 11.0.0-6-next.22 to 11.0.0-6-next.23

1

build/configuration.d.ts

@@ -201,2 +201,3 @@ import { PackageAccess, PackageList } from '@verdaccio/types/src/manifest';

log?: LoggerConfItem;
logs?: LoggerConfItem;
web?: WebConf;

@@ -203,0 +204,0 @@ auth?: AuthConf;

# Change Log
## 11.0.0-6-next.23
### Minor Changes
- 974cd8c1: fix: startup messages improved and logs support on types
## 11.0.0-6-next.22

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

2

package.json
{
"name": "@verdaccio/types",
"version": "11.0.0-6-next.22",
"version": "11.0.0-6-next.23",
"description": "verdaccio types definitions",

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

@@ -248,2 +248,4 @@ import { PackageAccess, PackageList } from '@verdaccio/types/src/manifest';

log?: LoggerConfItem;
// @deprecated deprecation path from 5.x
logs?: LoggerConfItem;
web?: WebConf;

@@ -250,0 +252,0 @@ auth?: AuthConf;

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