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.8 to 11.0.0-6-next.9

12

CHANGELOG.md
# Change Log
## 11.0.0-6-next.9
### Major Changes
- 794af76c: Remove Node 12 support
- We need move to the new `undici` and does not support Node.js 12
### Minor Changes
- 154b2ecd: refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplications
## 11.0.0-6-next.8

@@ -4,0 +16,0 @@

2

index.d.ts

@@ -535,3 +535,3 @@ /// <reference types="node" />

// instead of AuthError
// but this type is on @verdaccio/commons-api and cannot be used here yet (I don't know why)
// but this type is on @verdaccio/core and cannot be used here yet (I don't know why)
interface HttpError extends Error {

@@ -538,0 +538,0 @@ status: number;

{
"name": "@verdaccio/types",
"version": "11.0.0-6-next.8",
"version": "11.0.0-6-next.9",
"description": "verdaccio types definitions",

@@ -20,3 +20,3 @@ "keywords": [

"engines": {
"node": ">=10",
"node": ">=14",
"npm": ">=6"

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

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