@sphereon/oid4vci-common
Advanced tools
Comparing version 0.4.1-unstable.254 to 0.4.1-unstable.255
@@ -90,5 +90,5 @@ "use strict"; | ||
'i'); | ||
return !!urlPattern.test(url); | ||
return urlPattern.test(url); | ||
}; | ||
exports.isValidURL = isValidURL; | ||
//# sourceMappingURL=HttpUtils.js.map |
@@ -100,3 +100,3 @@ // import * as u8a from 'uint8arrays' | ||
function decodeJsonProperties(parts: string[] | string[][]): unknown { | ||
const json: { [s: string]: any } | ArrayLike<any> = {}; | ||
const json: { [s: string]: unknown } | ArrayLike<unknown> = {}; | ||
for (const key in parts) { | ||
@@ -103,0 +103,0 @@ const value = parts[key]; |
@@ -106,3 +106,3 @@ import { fetch } from 'cross-fetch'; | ||
); | ||
return !!urlPattern.test(url); | ||
return urlPattern.test(url); | ||
}; |
{ | ||
"name": "@sphereon/oid4vci-common", | ||
"version": "0.4.1-unstable.254+08be1ed", | ||
"version": "0.4.1-unstable.255+5cab075", | ||
"description": "OpenID 4 Verifiable Credential Issuance Common Types", | ||
@@ -48,3 +48,3 @@ "source": "lib/index.ts", | ||
}, | ||
"gitHead": "08be1ed009fb80e910cffa2e4cf376758798b27e" | ||
"gitHead": "5cab07534e7a8b340f7a05343f56fbf091d64738" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
211313