New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@imtf/generator-imtf-profile

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imtf/generator-imtf-profile

Generate a default profile for dms-core

latest
npmnpm
Version
0.1.6
Version published
Weekly downloads
1
-94.12%
Maintainers
3
Weekly downloads
 
Created
Source

RBS Custom components for React Json Form

  • add the following code in src/core/index.js of imtf-web :
// Expose current react version to window
window['React'] = React
window['__imtf__projects'] = {
  registerJsonFormWidget: component => {
    console.log(component)
  },
}
  • load the js (build/rbs-json-form.js) in the index.html of imtf-web. Can also be done dynamically with something like :
var script = document.createElement('script');
script.src = something;
//do stuff with the script

Keywords

yeoman-generator

FAQs

Package last updated on 22 Dec 2020

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