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

onnxruntime-node

Package Overview
Dependencies
Maintainers
2
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.16.0-dev.20230606-f013965831 to 1.16.0-dev.20230704-d540c7da0f

dist/version.js

2

__commit.txt

@@ -1,1 +0,1 @@

f0139658316ce231aa5db54b3bc575cd85c6dd4c
d540c7da0f47324e3548dff0dcc1329689227e01

@@ -22,3 +22,5 @@ "use strict";

const backend_1 = require("./backend");
const version_1 = require("./version");
(0, onnxruntime_common_1.registerBackend)('cpu', backend_1.onnxruntimeBackend, 100);
onnxruntime_common_1.env.versions.node = version_1.version;
//# sourceMappingURL=index.js.map

@@ -5,5 +5,8 @@ // Copyright (c) Microsoft Corporation. All rights reserved.

export * from 'onnxruntime-common';
import {registerBackend} from 'onnxruntime-common';
import {registerBackend, env} from 'onnxruntime-common';
import {onnxruntimeBackend} from './backend';
import {version} from './version';
registerBackend('cpu', onnxruntimeBackend, 100);
env.versions.node = version;

@@ -16,5 +16,5 @@ {

},
"version": "1.16.0-dev.20230606-f013965831",
"version": "1.16.0-dev.20230704-d540c7da0f",
"dependencies": {
"onnxruntime-common": "~1.16.0-dev.20230606-f013965831"
"onnxruntime-common": "~1.16.0-dev.20230704-d540c7da0f"
},

@@ -21,0 +21,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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