Sign In

lib-xtr

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lib-xtr - npm Package Compare versions

Comparing version
1.0.17
to
1.0.18
+2
-2
lib/autogather/index.js

@@ -80,3 +80,3 @@ const path = require("path"),

}
var uniqueRaw = null
uniqueRaw = null
data = await data.filter(async (value, index) => {

@@ -89,3 +89,3 @@ if (dupIndex.indexOf(index) == -1) {

});
var dupIndex = null
dupIndex = null
misc.lineToLog('Updating gathered data to the stored data. Please wait.')

@@ -92,0 +92,0 @@ unique2.forEach(element => {

{
"name": "lib-xtr",
"version": "1.0.17",
"version": "1.0.18",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",