Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

filestack-react

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filestack-react - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

examples/demo/.babelrc

2

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

@@ -5,0 +5,0 @@ "description": "react component for filestack",

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

[![NPM Version](https://img.shields.io/badge/npm-1.3.4-red.svg)](https://www.npmjs.com/package/filestack-react)
[![NPM Version](https://img.shields.io/badge/npm-1.3.5-red.svg)](https://www.npmjs.com/package/filestack-react)
[![coverage](https://img.shields.io/badge/coverage-100%25-red.svg)](https://www.npmjs.com/package/filestack-react)

@@ -129,6 +129,14 @@ [![Package Quality](http://npm.packagequality.com/shield/react-filestack.svg)](http://packagequality.com/#?package=react-filestack)

## Result
## Examples
You can find the example in ``/examples/demo``.
Run
```javascript
yarn start
```
and connect to localhost:8080.
![filestack](https://cloud.githubusercontent.com/assets/10962668/23750309/ac3e1080-050f-11e7-922d-ee9deb8251a3.png)

@@ -135,0 +143,0 @@

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

module.exports = [{
module.exports = {
entry: './src/ReactFilestack',

@@ -34,28 +34,2 @@ output: {

],
}, {
entry: './examples/demo/demo.jsx',
output: {
path: path.join(__dirname, 'examples/demo/dist'),
filename: 'demo.js'
},
devtool: 'source-map',
resolve: {
modules: ['node_modules', 'examples/demo'],
extensions: ['.json', '.js', '.jsx'],
},
module: { rules },
plugins: [
new webpack.LoaderOptionsPlugin({
minimize: true,
}),
new webpack.DefinePlugin({
'process.env.NODE_ENV': JSON.stringify('production'),
}),
new webpack.optimize.UglifyJsPlugin({
sourceMap: true,
compress: {
warnings: false,
},
}),
],
}];
};
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