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

@plastic-io/plastic-io

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plastic-io/plastic-io

JavaScript graph programming lanague.

  • 2.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-82.61%
Maintainers
1
Weekly downloads
 
Created
Source

plastic-io

Graph scheduling engine.

CI/CD

This program can execute graphs written in the application/json+plastic-io schema.

Documentation

Test Coverage

Repo

Major engine features

  • Just in time loading and compiling of:
    • graph
    • nodes
    • embedded graphs
    • ES6 code
  • Event emitter shows detailed graph execution data
  • Graphs can be published, linked and embedded in other graphs
  • Nodes can be published and linked
  • Graphs support templating engines to create UIs using various frameworks (e.g.: Vue, React)

Basic Usage

    // load the lib
    import {Scheduler} from "plastic-io";
    // instantiate the scheduler
    const scheduler = new Scheduler(myGraphJson);
    scheduler.url("url-of-a-node", "some value");

For more useage see Scheduler

To create, run and debug graphs, use the plastic-io/graph-editor and the plastic-io/graph-server

FAQs

Package last updated on 24 Mar 2024

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