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

@pipium/node-connect

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pipium/node-connect

Pipium Node.js client that connects your code to the Pipium platform.

latest
npmnpm
Version
0.0.6
Version published
Maintainers
0
Created
Source

Pipium Node.js client

This is the package that connects Node.js models with the Pipium platform.

Installation

yarn add @pipium/node-connect

Code

import { connect } from '@pipium/node-connect';

connect('your-securely-stored-api-key', {
  hello_world: {
    name: 'Hello world!',
    run_sync: ({ text }) => 'Hello ' + text,
    types: {
      inputs: ['text/plain'],
      output: 'text/plain',
    },
  },
});

FAQs

Package last updated on 04 Dec 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