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

@verdaccio/url

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verdaccio/url - npm Package Compare versions

Comparing version 12.0.0-next-7.20 to 12.0.0-next-8.21

7

CHANGELOG.md
# Change Log
## 12.0.0-next-8.21
### Patch Changes
- Updated dependencies [7c9f3cf]
- @verdaccio/core@7.0.0-next-8.21
## 12.0.0-next-7.20

@@ -4,0 +11,0 @@

8

package.json
{
"name": "@verdaccio/url",
"version": "12.0.0-next-7.20",
"version": "12.0.0-next-8.21",
"description": "url utilities resolver",

@@ -36,4 +36,4 @@ "keywords": [

"dependencies": {
"@verdaccio/core": "7.0.0-next-7.20",
"debug": "4.3.4",
"@verdaccio/core": "7.0.0-next-8.21",
"debug": "4.3.6",
"lodash": "4.17.21",

@@ -52,3 +52,3 @@ "validator": "13.12.0"

"clean": "rimraf ./build",
"test": "jest",
"test": "vitest run",
"type-check": "tsc --noEmit -p tsconfig.build.json",

@@ -55,0 +55,0 @@ "build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",

@@ -0,1 +1,3 @@

import { describe, expect, test } from 'vitest';
import { combineBaseUrl } from '../src';

@@ -2,0 +4,0 @@

import * as httpMocks from 'node-mocks-http';
import { describe, expect, test } from 'vitest';

@@ -3,0 +4,0 @@ import { HEADERS } from '@verdaccio/core';

@@ -0,1 +1,3 @@

import { describe, expect, test } from 'vitest';
import { getWebProtocol } from '../src';

@@ -2,0 +4,0 @@

@@ -0,1 +1,3 @@

import { expect, test } from 'vitest';
import { isURLhasValidProtocol } from '../src';

@@ -2,0 +4,0 @@

@@ -0,1 +1,3 @@

import { expect, test } from 'vitest';
import { isHost } from '../src';

@@ -2,0 +4,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