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

@veramo/utils

Package Overview
Dependencies
Maintainers
4
Versions
380
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@veramo/utils - npm Package Compare versions

Comparing version 3.1.5-next.123 to 3.1.5-next.125

6

build/type-utils.d.ts

@@ -5,3 +5,3 @@ /**

*
* @beta
* @beta This API may change without a BREAKING CHANGE notice.
*/

@@ -13,3 +13,3 @@ export declare function isDefined<T>(arg: T): arg is Exclude<T, null | undefined>;

*
* @beta
* @beta This API may change without a BREAKING CHANGE notice.
*/

@@ -21,5 +21,5 @@ export declare function asArray<T>(arg?: T | T[] | null): T[];

*
* @beta
* @beta This API may change without a BREAKING CHANGE notice.
*/
export declare function isIterable<T>(obj: any): obj is Iterable<T>;
//# sourceMappingURL=type-utils.d.ts.map

@@ -8,3 +8,3 @@ "use strict";

*
* @beta
* @beta This API may change without a BREAKING CHANGE notice.
*/

@@ -19,3 +19,3 @@ function isDefined(arg) {

*
* @beta
* @beta This API may change without a BREAKING CHANGE notice.
*/

@@ -30,3 +30,3 @@ function asArray(arg) {

*
* @beta
* @beta This API may change without a BREAKING CHANGE notice.
*/

@@ -33,0 +33,0 @@ function isIterable(obj) {

{
"name": "@veramo/utils",
"description": "Helper methods for Veramo plugins",
"version": "3.1.5-next.123+d66c3665",
"version": "3.1.5-next.125+ea4966a6",
"main": "build/index.js",

@@ -13,3 +13,3 @@ "types": "build/index.d.ts",

"@stablelib/ed25519": "^1.0.2",
"@veramo/core": "^3.1.5-next.123+d66c3665",
"@veramo/core": "^3.1.5-next.125+ea4966a6",
"blakejs": "^1.1.1",

@@ -42,3 +42,3 @@ "cross-fetch": "^3.1.4",

"keywords": [],
"gitHead": "d66c36654fbc9ba02ed5914e18359180c0087cf9"
"gitHead": "ea4966a6b79dc4653a2aff9147c096ee22bb47df"
}

@@ -5,3 +5,3 @@ /**

*
* @beta
* @beta This API may change without a BREAKING CHANGE notice.
*/

@@ -16,3 +16,3 @@ export function isDefined<T>(arg: T): arg is Exclude<T, null | undefined> {

*
* @beta
* @beta This API may change without a BREAKING CHANGE notice.
*/

@@ -27,3 +27,3 @@ export function asArray<T>(arg?: T | T[] | null): T[] {

*
* @beta
* @beta This API may change without a BREAKING CHANGE notice.
*/

@@ -30,0 +30,0 @@ export function isIterable<T>(obj: any): obj is Iterable<T> {

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