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.43 to 0.0.0-beta.44

5

lib/LinkInput.js
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 { Tooltip, InputAndLabel } from '@filerobot/common';
import { QuestionMarkIcon, CopyIcon, OpenLinkIcon, EyeIcon } from '@filerobot/icons';
import { QuestionMarkIcon, CopyIcon, OpenLinkIcon, EyeIcon, WarningIcon } from '@filerobot/icons';
import copyText from '@filerobot/utils/lib/copyText';
import openLink from '@filerobot/utils/lib/openLink';
import { WarningIcon } from '@filerobot/icons/src';
import { Tooltip, InputAndLabel } from './';
import { jsx as _jsx } from "react/jsx-runtime";

@@ -9,0 +8,0 @@ import { jsxs as _jsxs } from "react/jsx-runtime";

6

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

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

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

@@ -21,0 +21,0 @@ "react-dom": "^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