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

@filerobot/provider-views

Package Overview
Dependencies
Maintainers
2
Versions
1646
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filerobot/provider-views - npm Package Compare versions

Comparing version 1.0.72 to 1.0.73

0

lib/Details/FileItem/components/CommentsTabContent/index.js

@@ -0,0 +0,0 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }

@@ -0,0 +0,0 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

10

package.json
{
"name": "@filerobot/provider-views",
"description": "View library for Filerobot remote provider plugins.",
"version": "1.0.72",
"version": "1.0.73",
"license": "MIT",

@@ -18,5 +18,5 @@ "main": "lib/index.js",

"dependencies": {
"@filerobot/common": "1.0.72",
"@filerobot/icons": "1.0.72",
"@filerobot/utils": "1.0.72",
"@filerobot/common": "1.0.73",
"@filerobot/icons": "1.0.73",
"@filerobot/utils": "1.0.73",
"classnames": "^2.2.6"

@@ -29,3 +29,3 @@ },

"peerDependencies": {
"@filerobot/core": "1.0.72",
"@filerobot/core": "1.0.73",
"react": "^17.0.1",

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

# `@filerobot/provider-views`
The main view of Filerobot widget by showing the items browser including top bar and side navigations.

@@ -0,0 +0,0 @@ import CompanionClient = require('@filerobot/companion-client')

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