Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.0 to 4.17.1

2

cjs/getNodes.js

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

function getNodes(connection) {
return connection.edges.map(i => i.node);
return ((connection == null ? void 0 : connection.edges) || []).map(i => i.node);
}
export default function getNodes(connection) {
return connection.edges.map(i => i.node);
return ((connection == null ? void 0 : connection.edges) || []).map(i => i.node);
}
{
"name": "@bfly/utils",
"version": "4.17.0",
"version": "4.17.1",
"license": "UNLICENSED",

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

},
"gitHead": "c00135d96eaf76bcc734b8db89c583c27b9de766"
"gitHead": "725b96ee85622ac0aa5ef0bd80efbb3a8e531449"
}
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