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

@mendix/pluggable-widgets-typing-generator

Package Overview
Dependencies
Maintainers
65
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mendix/pluggable-widgets-typing-generator

Mendix Pluggable Widgets typings generator

  • 8.9.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-62.5%
Maintainers
65
Weekly downloads
 
Created
Source

Pluggable Widgets Typing Generator

npm version Mendix 8 Build Status npm GitHub release GitHub issues

About

Typescript typing generator for Pluggable Widgets

How to install

Install from npm using npm install @mendix/pluggable-widgets-typing-generator

How to use

Make sure you are using gulp as your taskrunner.

  • Include the imported library in your gulpfile.js
const typingGenerator = require("@mendix/pluggable-widgets-typing-generator").typingGenerator;

or for gulp using Babel and ES2015 (gulpfile.babel.js) or Typescript (gulpfile.ts)

import typingGenerator from "@mendix/pluggable-widgets-typing-generator";
  • Create a Gulp Task to read the xml file and generate your typings
function generateTypings() {
    return gulp
        .src("./src/package.xml")
        .pipe(typingGenerator());
}

Keywords

FAQs

Package last updated on 09 Apr 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

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