Socket
Socket
Sign inDemoInstall

@verdaccio/types

Package Overview
Dependencies
Maintainers
4
Versions
144
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.9 to 11.0.0-6-next.10

6

CHANGELOG.md
# Change Log
## 11.0.0-6-next.10
### Major Changes
- 000d4374: feat: upgrade to material ui 5
## 11.0.0-6-next.9

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

9

index.d.ts
/// <reference types="node" />
import { PassThrough } from 'stream';
import { PassThrough } from 'stream';
declare module '@verdaccio/types' {

@@ -43,2 +43,3 @@ type StringValue = string | void | null;

host?: string;
scope?: string;
base: string;

@@ -580,2 +581,8 @@ primaryColor?: string;

}
export type SearchResultWeb = {
name: string;
version: string;
description: string;
};
}

5

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

@@ -41,3 +41,4 @@ "keywords": [

"devDependencies": {
"@types/node": "14.6.0"
"@types/node": "14.6.0",
"tsd": "0.18.0"
},

@@ -44,0 +45,0 @@ "funding": {

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