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
5
Versions
1659
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 3.103.11 to 3.103.12

7

lib/DatePicker/MyDatePicker.js

@@ -146,3 +146,5 @@ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }

var getDateFromDateString = function getDateFromDateString(dateValue) {
var dateData = dateValue === null || dateValue === void 0 ? void 0 : dateValue.split('-').map(function (d) {
var _ref;
console.log('hey', dateValue);
var dateData = (_ref = typeof dateValue === 'string' ? dateValue === null || dateValue === void 0 ? void 0 : dateValue.split('-') : dateValue) === null || _ref === void 0 ? void 0 : _ref.map(function (d) {
return parseInt(d, 10);

@@ -180,2 +182,5 @@ });

var updateDateFromInput = function updateDateFromInput(e) {
if (!inputRef.current.value) {
return;
}
var dateData = getDateFromDateString(inputRef.current.value);

@@ -182,0 +187,0 @@ if (dateData !== null) {

4

lib/MetaData/MetaDataFieldTypes.hooks.js

@@ -9,3 +9,3 @@ function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }

import { IS_OPERATOR_OPTIONS } from '@filerobot/explorer/lib/components/Filters/Filters.constants';
import { METADATA_CONDITIONS } from '@filerobot/utils/lib/constants';
import { FILTER_CONDITIONS } from '@filerobot/utils/lib/constants';
var useMetaDataSortedOptions = function useMetaDataSortedOptions(_ref) {

@@ -32,3 +32,3 @@ var field = _ref.field,

});
return condition === METADATA_CONDITIONS.IS ? [].concat(_toConsumableArray(IS_OPERATOR_OPTIONS.map(function (_ref3) {
return condition === FILTER_CONDITIONS.IS ? [].concat(_toConsumableArray(IS_OPERATOR_OPTIONS.map(function (_ref3) {
var id = _ref3.id,

@@ -35,0 +35,0 @@ label = _ref3.label,

{
"name": "@filerobot/common",
"version": "3.103.11",
"version": "3.103.12",
"description": "The common components shared between Filerobot Media Asset Widget modules",

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

"dependencies": {
"@filerobot/icons": "^3.103.11",
"@filerobot/utils": "^3.103.11",
"@filerobot/icons": "^3.103.12",
"@filerobot/utils": "^3.103.12",
"@scaleflex/icons": "2.11.5",

@@ -32,3 +32,3 @@ "@scaleflex/ui": "2.11.5",

},
"gitHead": "26376434a6b6a0e154b264570a529a61dd1c4763"
"gitHead": "472d2e492fe4e0e21b7366050c32f44cb0fca772"
}

Sorry, the diff of this file is too big to display

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