Socket
Socket
Sign inDemoInstall

@uidu/media-uploader

Package Overview
Dependencies
110
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @uidu/media-uploader

Inputs using Formsy


Version published
Weekly downloads
0
Maintainers
1
Install size
9.61 MB
Created
Weekly downloads
 

Readme

Source

uidu inputs

Get the AMD module located at uidu-inputs.js and include it in your project.

Here is a sample integration:

require.config({
  paths: {
    'react': 'vendor/bower_components/react/react',
    'UiduInputs': 'uidu-inputs'
  }
});

require(['react', 'UiduInputs'], function(React, UiduInputs) {

  React.render(React.createElement(UiduInputs), document.getElementById('widget-container'));

});

Development

  • Development server npm start.
  • Continuously run tests on file changes npm run watch-test;
  • Run tests: npm test;
  • Build npm run build;

FAQs

Last updated on 09 Nov 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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