New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@movable/studio-framework

Package Overview
Dependencies
Maintainers
5
Versions
349
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@movable/studio-framework

A Component library for reactive Studio apps.

  • 0.5.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
986
decreased by-18.04%
Maintainers
5
Weekly downloads
 
Created
Source

Studio Framework

A React component library for building Studio apps.

Setup

$ git clone https://github.com/movableink/studio-framework.git
$ cd studio-framework
$ yarn

Important Commands

  • yarn start: serves the dummy app.
  • yarn test: runs the test suite
  • yarn build: generates a production build

Components

Currently, the only component this library exposes is the <App/>. On its own, this renders a Studio App's exported JSON as HTML with the proper attributes.

Example Usage:

const { options } = MI;
const tags = JSON.parse(document.querySelector('.mi-attributes').innerHTML);
const queryParams = CD.params();

ReactDOM.render(<App tags={tags} options={options} queryParams={queryParams}/>);

TODO:

  • Finish this README
  • Add some tests
  • Travis CI
  • Stop vendoring Cropduster

FAQs

Package last updated on 02 Jul 2018

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

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