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

onnxjs-node

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onnxjs-node - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

18

package.json
{
"name": "onnxjs-node",
"description": "a Node.js binding of ONNXRuntime that works seamlessly with ONNX.js",
"version": "0.4.0",
"version": "0.4.1",
"author": "fs-eire",

@@ -41,9 +41,11 @@ "main": "./lib/index.js",

"homepage": "https://github.com/fs-eire/onnxjs-node#readme",
"engines": {
"node": ">=8.11.2"
},
"devDependencies": {
"@types/fs-extra": "^5.0.5",
"@types/mocha": "^5.2.6",
"@types/rimraf": "^2.0.2",
"@types/fs-extra": "^7.0.0",
"@types/mocha": "^5.2.7",
"clang-format": "^1.2.4",
"cmake-js": "^5.2.0",
"fs-extra": "^7.0.1",
"fs-extra": "^8.0.1",
"globby": "^9.2.0",

@@ -53,6 +55,4 @@ "mocha": "^6.1.4",

"node-pre-gyp-github": "^1.4.3",
"onnx-proto": "^4.0.2",
"protobufjs": "^6.8.8",
"rimraf": "^2.6.3",
"typescript": "^3.4.5"
"onnx-proto": "^4.0.4",
"typescript": "^3.5.1"
},

@@ -59,0 +59,0 @@ "dependencies": {

@@ -16,9 +16,9 @@ [![npm version](https://badge.fury.io/js/onnxjs-node.svg)](https://badge.fury.io/js/onnxjs-node)

## Supported Platforms
OS |Arch |CPU/GPU |NAPI version |ONNXRuntime version
---------|-----|--------|-------------|--------------------
Windows | x64 | CPU | v3 | v0.4.0
Linux | x64 | CPU | v3 | v0.4.0
macOS | x64 | CPU | v3 | v0.4.0
Windows | x64 | GPU | v3 | v0.4.0
Linux | x64 | GPU | v3 | v0.4.0
OS |Arch |CPU/GPU |NAPI version |Node.js version | ONNXRuntime version
---------|-----|--------|-------------|----------------|---------------------
Windows | x64 | CPU | v3 | v8.11.2+ | v0.4.0
Linux | x64 | CPU | v3 | v8.11.2+ | v0.4.0
macOS | x64 | CPU | v3 | v8.11.2+ | v0.4.0
Windows | x64 | GPU | v3 | v8.11.2+ | v0.4.0
Linux | x64 | GPU | v3 | v8.11.2+ | v0.4.0

@@ -25,0 +25,0 @@ ## Usage

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