🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

react-responsive-form

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-responsive-form

React responsive form

latest
Source
npmnpm
Version
0.0.27
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

DONT'T USE IT UNTIL VERSON 1.0.0!!

react responsive form

Get the AMD module located at react-responsive-form.js and include it in your project.

Here is a sample integration:

require.config({
  paths: {
    'react': 'vendor/bower_components/react/react',
    'ReactResponsiveForm': 'react-responsive-form'
  }
});

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

  React.render(React.createElement(ReactResponsiveForm), 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;

Keywords

react

FAQs

Package last updated on 19 Aug 2017

Did you know?

Socket

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