New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wbg-mde/repository

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wbg-mde/repository - npm Package Compare versions

Comparing version 3.0.19 to 3.0.20

README.md

2

dist/import-master/import.ddi.js

@@ -199,3 +199,3 @@ "use strict";

let summaryObj = {};
if (status[export_master_config_1.Export_Master_Config.xmlNodeProps.headerAttribute] && status[export_master_config_1.Export_Master_Config.xmlNodeProps.headerAttribute]["type"]) {
if (status[export_master_config_1.Export_Master_Config.xmlNodeProps.headerAttribute] && status[export_master_config_1.Export_Master_Config.xmlNodeProps.headerAttribute]["type"] && !status[export_master_config_1.Export_Master_Config.xmlNodeProps.headerAttribute]["wgtd"]) {
if (status[export_master_config_1.Export_Master_Config.xmlNodeProps.headerAttribute]["type"] == "mean" || status[export_master_config_1.Export_Master_Config.xmlNodeProps.headerAttribute]["type"] == "stdev") {

@@ -202,0 +202,0 @@ if (!varDescr[export_master_config_1.Export_Master_Config.variableDescriptionProps.validRange]) {

@@ -15,3 +15,8 @@ "use strict";

if (datum.length > 0) {
const grantNos = [...new Set(datum.map(x => x.grant))];
let grantNos = [...new Set(datum.map(x => x.grant))];
grantNos = grantNos.filter((n) => {
if (n !== null) {
return n;
}
});
const fundAg = datum.map((x) => {

@@ -18,0 +23,0 @@ var obj = {};

{
"name": "@wbg-mde/repository",
"version": "3.0.19",
"version": "3.0.20",
"description": "Managing all common method for file system CRUD operations.",
"main": "dist/index.js",
"main": "dist/index.js",
"keywords": [

@@ -14,2 +14,3 @@ "metadata editor",

"Anoop Xaviour",
"Ghanashyam C Kartha",
"Libin Thomas"

@@ -39,4 +40,4 @@ ],

"type": "git",
"url": "ssh://git@gitlab.assyst.in:6969/wb-dev/MetadataEditor.git"
"url": "ssh://git@gitlab.assyst.in:6969/wb-dev/MDE.git"
}
}
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