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

onnxruntime-node

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onnxruntime-node - npm Package Compare versions

Comparing version 1.7.0-dev.0 to 1.7.0-dev.4

39

package.json
{
"binary": {
"module_path": "./bin",
"host": "https://onnxruntimetestdata.blob.core.windows.net/onnxruntime-node-prebuild/",
"napi_versions": [
3
]
},
"license": "MIT",
"name": "onnxruntime-node",
"description": "ONNXRuntime Node.js binding",
"repository": {

@@ -16,7 +10,8 @@ "url": "https://github.com/Microsoft/onnxruntime.git",

"author": "fs-eire",
"version": "1.7.0-dev.0",
"dependencies": {
"onnxruntime-common": "1.7.0-dev.0",
"prebuild-install": "^6.1.2"
},
"version": "1.7.0-dev.4",
"keywords": [
"ONNX",
"ONNXRuntime",
"ONNX Runtime"
],
"scripts": {

@@ -34,6 +29,6 @@ "build": "tsc && node ./script/build",

},
"keywords": [
"ONNX",
"ONNX Runtime"
],
"dependencies": {
"onnxruntime-common": "~1.7.0-dev.4",
"prebuild-install": "^6.1.2"
},
"devDependencies": {

@@ -58,5 +53,6 @@ "@types/fs-extra": "^9.0.6",

"typedoc": "^0.20.25",
"typescript": "^4.1.3"
"typescript": "^4.2.4"
},
"main": "./lib/index.js",
"types": "./types/lib/index.d.ts",
"os": [

@@ -67,4 +63,9 @@ "win32",

],
"types": "./types/lib/index.d.ts",
"description": "ONNXRuntime Node.js binding"
"binary": {
"module_path": "./bin",
"host": "https://onnxruntimetestdata.blob.core.windows.net/onnxruntime-node-prebuild/",
"napi_versions": [
3
]
}
}

@@ -29,2 +29,2 @@ # ONNX Runtime Node.js Binding

License information can be found [here](../../README.md#license).
License information can be found [here](https://github.com/microsoft/onnxruntime/blob/master/README.md#license).
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