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 8.0.0-next-8.1 to 8.0.0-next-8.2

3

build/pkg-utils.js

@@ -44,3 +44,2 @@ "use strict";

function getLatest(pkg) {
var _pkg$DIST_TAGS;
const listVersions = Object.keys(pkg.versions);

@@ -51,3 +50,3 @@ if (listVersions.length < 1) {

const versions = semverSort(listVersions);
const latest = (_pkg$DIST_TAGS = pkg[_constants.DIST_TAGS]) !== null && _pkg$DIST_TAGS !== void 0 && _pkg$DIST_TAGS.latest ? pkg[_constants.DIST_TAGS].latest : versions[0];
const latest = pkg[_constants.DIST_TAGS]?.latest ? pkg[_constants.DIST_TAGS].latest : versions[0];
return latest;

@@ -54,0 +53,0 @@ }

# @verdaccio/core
## 8.0.0-next-8.2
### Minor Changes
- 6a8154c: feat: update logger pino to latest
## 8.0.0-next-8.1

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

{
"name": "@verdaccio/core",
"version": "8.0.0-next-8.1",
"version": "8.0.0-next-8.2",
"description": "core utilities",

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

"engines": {
"node": ">=14"
"node": ">=18"
},

@@ -45,3 +45,3 @@ "repository": {

"devDependencies": {
"@verdaccio/types": "13.0.0-next-8.0",
"@verdaccio/types": "13.0.0-next-8.1",
"lodash": "4.17.21",

@@ -48,0 +48,0 @@ "typedoc": "0.23.25",

Sorry, the diff of this file is not supported yet

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