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

@rpldy/upload-preview

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rpldy/upload-preview - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/cjs/UploadPreview.js

@@ -22,3 +22,3 @@ "use strict";

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 _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }

@@ -25,0 +25,0 @@ const showBasicPreview = (type, url, previewProps, onImgError) => type === _consts.PREVIEW_TYPES.VIDEO ? /*#__PURE__*/_react.default.createElement("video", _extends({

@@ -1,2 +0,2 @@

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 _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }

@@ -3,0 +3,0 @@ import React, { useCallback, useEffect, useImperativeHandle } from "react";

{
"version": "1.0.0",
"version": "1.0.1",
"name": "@rpldy/upload-preview",

@@ -34,12 +34,12 @@ "description": "preview component to show image or video being uploaded",

"dependencies": {
"@rpldy/shared": "^1.0.0",
"@rpldy/shared-ui": "^1.0.0"
"@rpldy/shared": "^1.0.1",
"@rpldy/shared-ui": "^1.0.1"
},
"devDependencies": {
"@rpldy/upload-button": "^1.0.0",
"@rpldy/upload-url-input": "^1.0.0",
"@rpldy/upload-button": "^1.0.1",
"@rpldy/upload-url-input": "^1.0.1",
"@storybook/addon-knobs": "^6.4.0",
"flow-bin": "^0.176.3",
"flow-bin": "^0.182.0",
"react-image-crop": "^9.0.5",
"styled-components": "^5.3.3"
"styled-components": "^5.3.5"
},

@@ -53,3 +53,3 @@ "peerDependencies": {

},
"gitHead": "0f9570498ccd59d15cc286fe3c65e46c3c369b42"
"gitHead": "67393f3c81f65b61f3b247a1b95eb1448dcb06fa"
}

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