New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sphereon/oid4vci-common

Package Overview
Dependencies
Maintainers
4
Versions
425
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sphereon/oid4vci-common - npm Package Compare versions

Comparing version 0.4.1-unstable.254 to 0.4.1-unstable.255

2

dist/functions/HttpUtils.js

@@ -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

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