Socket
Socket
Sign inDemoInstall

filestack-react

Package Overview
Dependencies
22
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.8 to 1.3.9

9

package.json
{
"name": "filestack-react",
"version": "1.3.8",
"version": "1.3.9",
"main": "dist/filestack-react.js",

@@ -8,3 +8,3 @@ "description": "react component for filestack",

"test": "jest --watch --no-cache --coverage",
"build": "rimraf dist && webpack --colors --debug --display-error-details",
"build": "rimraf dist && webpack --colors -p --display-error-details",
"prepublish": "npm run build",

@@ -70,4 +70,5 @@ "lint": "eslint"

},
"dependencies": {
"filestack-js": "^0.9.1"
"peerDependencies": {
"filestack-js": "^0.11.2",
"react": "^15.5.4"
},

@@ -74,0 +75,0 @@ "jest": {

@@ -18,10 +18,10 @@ [![NPM Version](https://img.shields.io/badge/npm-1.3.8-red.svg)](https://www.npmjs.com/package/filestack-react)

Install ``filestack-react`` through npm
Install ``filestack-react`` and ``filestack-js`` through npm
```shell
npm install filestack-react
npm install filestack-react filestack-js
```
or
```shell
yarn add filestack-react
yarn add filestack-react filestack-js
```

@@ -28,0 +28,0 @@ ## Import

@@ -11,3 +11,3 @@ const path = require('path');

filename: 'filestack-react.js',
libraryTarget: 'commonjs2',
libraryTarget: 'umd',
},

@@ -20,2 +20,5 @@ devtool: 'source-map',

module: { rules },
externals: [
'react', 'filestack-js', 'prop-types'
],
plugins: [

@@ -22,0 +25,0 @@ new webpack.LoaderOptionsPlugin({

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc