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

@filerobot/common

Package Overview
Dependencies
Maintainers
1
Versions
1684
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.49 to 0.0.0-beta.50

4

lib/InputAndLabel.js

@@ -14,2 +14,3 @@ 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); }

style = _ref.style,
iconStyle = _ref.iconStyle,
classes = _ref.classes,

@@ -23,3 +24,3 @@ icon = _ref.icon,

error = _ref.error,
props = _objectWithoutPropertiesLoose(_ref, ["item", "type", "value", "style", "classes", "icon", "onClick", "i18n", "showLabel", "name", "error"]);
props = _objectWithoutPropertiesLoose(_ref, ["item", "type", "value", "style", "iconStyle", "classes", "icon", "onClick", "i18n", "showLabel", "name", "error"]);

@@ -50,2 +51,3 @@ return /*#__PURE__*/_jsxs("div", {

className: "filerobot-common-inputAndLabel-input-icon",
style: _extends({}, iconStyle),
onClick: onClick,

@@ -52,0 +54,0 @@ children: icon

@@ -30,3 +30,6 @@ 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); }

children: checked ? /*#__PURE__*/_jsx(RadioIcon, {}) : /*#__PURE__*/_jsx(RadioBlankIcon, {})
})), label]
})), label && /*#__PURE__*/_jsx("div", {
className: "filerobot-common-secondaryTxt",
children: label
})]
});

@@ -33,0 +36,0 @@ };

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

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

"dependencies": {
"@filerobot/icons": "0.0.0-beta.49",
"@filerobot/utils": "0.0.0-beta.49",
"@filerobot/icons": "0.0.0-beta.50",
"@filerobot/utils": "0.0.0-beta.50",
"react": "^17.0.1",

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

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