Socket
Socket
Sign inDemoInstall

@bfly/utils

Package Overview
Dependencies
Maintainers
23
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfly/utils - npm Package Compare versions

Comparing version 4.17.1 to 4.17.2

2

cjs/getNodes.d.ts

@@ -6,3 +6,3 @@ export declare type GenericConnection<T> = {

};
export default function getNodes<T>(connection: GenericConnection<T> | null): NonNullable<T>[];
export default function getNodes<T>(connection: GenericConnection<T> | null | undefined): NonNullable<T>[];
//# sourceMappingURL=getNodes.d.ts.map

@@ -6,3 +6,3 @@ export declare type GenericConnection<T> = {

};
export default function getNodes<T>(connection: GenericConnection<T> | null): NonNullable<T>[];
export default function getNodes<T>(connection: GenericConnection<T> | null | undefined): NonNullable<T>[];
//# sourceMappingURL=getNodes.d.ts.map
{
"name": "@bfly/utils",
"version": "4.17.1",
"version": "4.17.2",
"license": "UNLICENSED",

@@ -38,3 +38,3 @@ "author": "Butterfly Network",

},
"gitHead": "725b96ee85622ac0aa5ef0bd80efbb3a8e531449"
"gitHead": "49484d2766517f36e6fa3cc2196c241a34f7c1e4"
}

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