Socket
Socket
Sign inDemoInstall

@decthings/model

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@decthings/model

Create a Decthings model using JavaScript/TypeScript


Version published
Maintainers
1
Created
Source
decthings logo

Decthings model using JavaScript

npm version

Use JavaScript/TypeScript to create a Decthings model.

Setup

Create a Decthings model using JavaScript/TypeScript by going to the create model page on Decthings, and select JavaScript or TypeScript as the language. This package is then by default installed and used within your model.

Manually, you can install this as a dependency within your model using npm install @decthings/model.

Execute a model

When you create a model you export it from your code using export default. There is of course also another side which imports the model and executes it. This is handled automatically by Decthings when you run a model in the cloud, but in case you want to run a Decthings model on your own system you can use the Rust crate decthings-model-executor.

FAQs

Package last updated on 06 May 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