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

@filerobot/common

Package Overview
Dependencies
Maintainers
1
Versions
1532
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filerobot/common - npm Package Compare versions

Comparing version 0.0.0-beta.68 to 0.0.0-beta.69

9

lib/LoaderView.js
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
import { CloudIcon } from '@filerobot/icons';
import { jsx as _jsx } from "react/jsx-runtime";
var LoaderView = function LoaderView(props) {
var LoaderView = function LoaderView(_ref) {
var loaderClasses = _ref.loaderClasses,
props = _objectWithoutPropertiesLoose(_ref, ["loaderClasses"]);
return /*#__PURE__*/_jsx("div", _extends({

@@ -11,3 +16,3 @@ className: "filerobot-Provider-loading"

children: /*#__PURE__*/_jsx("span", {
className: "filerobot-Provider-loading-loader",
className: "filerobot-Provider-loading-loader" + (loaderClasses ? " " + loaderClasses : ''),
children: /*#__PURE__*/_jsx(CloudIcon, {})

@@ -14,0 +19,0 @@ })

{
"name": "@filerobot/common",
"version": "0.0.0-beta.68",
"version": "0.0.0-beta.69",
"description": "The common components shared between Filerobot Media Asset Widget modules",

@@ -17,4 +17,4 @@ "homepage": "",

"dependencies": {
"@filerobot/icons": "0.0.0-beta.68",
"@filerobot/utils": "0.0.0-beta.68",
"@filerobot/icons": "0.0.0-beta.69",
"@filerobot/utils": "0.0.0-beta.69",
"@scaleflex/icons": "~1.0.0-beta.29",

@@ -21,0 +21,0 @@ "react": "^17.0.1",

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