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

rfx-core

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rfx-core - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

2

lib/state/fetch.js

@@ -27,3 +27,3 @@ 'use strict';

return Promise.all(props.components.filter(function (component) {
return (0, _isFunction3.default)(component.fetchData);
return component && (0, _isFunction3.default)(component.fetchData);
}).map(function (component) {

@@ -30,0 +30,0 @@ return component.fetchData({

{
"name": "rfx-core",
"license": "MIT",
"version": "1.5.1",
"version": "1.5.2",
"author": "Claudio Savino <claudio.savino@me.com> (https://twitter.com/foxhound87)",

@@ -6,0 +6,0 @@ "description": "RFX Core - Collection of core functionalities of RFX Stack",

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