Socket
Book a DemoInstallSign in
Socket

orchestrator-core

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orchestrator-core - npm Package Compare versions

Comparing version

to
4.11.0-dev.20200928.d594b5f

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Orchestrator for Node.js",
"version": "4.11.0-dev.20200928.418847d",
"version": "4.11.0-dev.20200928.d594b5f",
"license": "MIT",

@@ -8,0 +8,0 @@ "keywords": [

@@ -34,3 +34,3 @@ // Copyright (c) Microsoft Corporation. All rights reserved.

if (config.hasOwnProperty('VocabFile') && config.hasOwnProperty('MergeFile')
&& config.hasOwnProperty('ModelFile') && config.hasOwnProperty('Version')) {
&& config.hasOwnProperty('ModelFile') && config.hasOwnProperty('Name')) {
// console.log(' => VALID!');

@@ -37,0 +37,0 @@ return true;