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

@sme.up/kokos-ketchup-converters

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sme.up/kokos-ketchup-converters

Converters library for kokos-ketchup

  • 8.2.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
4
Weekly downloads
 
Created
Source

Kokos Ketchup Converters

Kokos-Ketchup-Converters is a library which includes some functions for the purpose of converting Smeup Data Structures to Ketchup components props.

Installation for using as library

npm i -save @sme.up/kokos-ketchup-converters

Description

Component converters

  • boxListConverter
  • buttonListConverter
  • calendarConverter
  • chartConverter
  • dashListConverter
  • dataTableConverter
  • fbkConverter
  • fieldConverter
  • imageConverter
  • imageListConverter
  • inputPanelConverter
  • labelConverter
  • listConverter
  • radioButtonConverter
  • textFieldConverter
  • treeConverter

Smeup data structures

  • SmeupButtonsArray
  • SmeupDataStructure
  • SmeupFBKData
  • SmeupInputPanel
  • SmeupObject
  • SmeupObjectArray
  • SmeupSch
  • SmeupTable
  • SmeupTreeNode

Use

const { data, config } = [converterName]([converterOption], [backendData]);

Development

For develop on local machine, using local version of ketchup package:

execute:

npm link (in ketchup/package/ketchup dir)

then:

npm link @sme.up/ketchup (in kokos-ketchup-converters dir)

After this, ketchup-kokos-converter will load ketchup from local machine, using the created link.
If you modify ketchup, you have to compile first ketchup project (npm run build) and then kokos-ketchup-converter project (npm run build)

Build with tests:

npm run build

Build without tests:

npm run build-notest

Clean node_modules for reset and re-install dependencies:

npm run clean-modules

Keywords

FAQs

Package last updated on 28 Jun 2023

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