Socket
Socket
Sign inDemoInstall

nemo

Package Overview
Dependencies
276
Maintainers
4
Versions
97
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.12.1 to 4.12.2

4

CHANGELOG.md

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

## 4.12.2
- fix usage of uuid to comply with uuid@8
## 4.12.1

@@ -2,0 +6,0 @@

2

lib/master.js

@@ -7,3 +7,3 @@ 'use strict';

const parallelLimit = require('async/parallelLimit');
const uuid = require('uuid/v4');
const uuid = require('uuid').v4;
const log = debug('nemo:master:log');

@@ -10,0 +10,0 @@ const cJSON = require('flatted');

@@ -7,3 +7,3 @@ var NemoCore = require('nemo-core');

var log = debug('nemo:engine:log');
var uuidv4 = require('uuid/v4');
var uuidv4 = require('uuid').v4;
var masterID = uuidv4();

@@ -10,0 +10,0 @@ var Storage = require('./storage');

{
"name": "nemo",
"version": "4.12.1",
"version": "4.12.2",
"description": "Wrapper to run mocha suites with injected selenium-webdriver instance",

@@ -59,14 +59,14 @@ "scripts": {

"axis.js": "^1.2.1",
"cli-table": "^0.3.1",
"cli-table": "^0.3.5",
"commander": "^4.0.0",
"common-path-start": "0.0.4",
"debug": "^4.1.1",
"debug": "^4.3.1",
"express": "^4.16.4",
"express-graphql": "^0.9.0",
"filenamify": "^4.1.0",
"filenamify": "^4.2.0",
"flatted": "^2.0.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.3",
"graphql": "^14.4.2",
"influx": "^5.0.7",
"graphql": "^14.7.0",
"influx": "^5.7.0",
"lodash.merge": "^4.6.1",

@@ -76,13 +76,13 @@ "lodash.omit": "^4.5.0",

"mkdirp": "^1.0.0",
"mocha": "^7.1.1",
"mocha": "^7.2.0",
"mochawesome": "^5.0.0",
"moment": "^2.22.2",
"moment": "^2.29.1",
"nemo-core": "^1.1.3",
"nemo-view": "^3.1.1",
"threads": "^0.12.1",
"uuid": "^7.0.0",
"yargs": "^15.0.1"
"uuid": "^8.3.2",
"yargs": "^15.4.1"
},
"devDependencies": {
"chromedriver": "^83.0.0",
"chromedriver": "latest",
"eslint": "^6.0.1",

@@ -89,0 +89,0 @@ "eslint-plugin-es6-recommended": "^0.1.2"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc