You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

menoh

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

menoh - npm Package Compare versions

Comparing version

to
1.1.2

8

index.js
'use strict';
let addon;
try {
addon = require('./build/Release/menoh.node');
} catch (err) {
console.log('Error:', err);
addon = require('./build/Debug/menoh.node');
}
const addon = require('./build/Release/menoh.node');

@@ -11,0 +5,0 @@ // Promisify addon.create()

4

package.json
{
"name": "menoh",
"version": "1.1.1",
"version": "1.1.2",
"description": "NodeJS binding for Menoh DNN inference library.",

@@ -25,3 +25,2 @@ "main": "index.js",

"dependencies": {
"lodash": "^4.17.5",
"nan": "~2.8.0"

@@ -32,2 +31,3 @@ },

"jimp": "^0.2.28",
"lodash": "^4.17.5",
"mocha": "^5.0.2",

@@ -34,0 +34,0 @@ "ndarray": "^1.0.18"

Sorry, the diff of this file is not supported yet