@verdaccio/url
Advanced tools
Comparing version 12.0.0-next-7.20 to 12.0.0-next-8.21
# 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 @@ |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58717
737
18
+ Added@verdaccio/core@7.0.0-next-8.21(transitive)
+ Addedajv@8.17.1(transitive)
+ Addedcore-js@3.37.1(transitive)
+ Addeddebug@4.3.6(transitive)
+ Addedfast-uri@3.0.3(transitive)
- Removed@verdaccio/core@7.0.0-next-7.20(transitive)
- Removedajv@8.12.0(transitive)
- Removedcore-js@3.35.0(transitive)
- Removeddebug@4.3.4(transitive)
- Removedpunycode@2.3.1(transitive)
- Removeduri-js@4.4.1(transitive)
Updateddebug@4.3.6