Socket
Socket
Sign inDemoInstall

@medable/mdctl-import-adapter

Package Overview
Dependencies
317
Maintainers
8
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.71-alpha.3 to 1.0.71-alpha.4

11

index.js

@@ -277,5 +277,10 @@ const EventEmitter = require('events'),

} else if (manifestData[k] instanceof Array) {
manifestData[k].forEach((o) => {
paths.push(`env/${k}/**/${o.name}.{json,yaml}`)
})
if(k === 'includes' && manifestData[k][0] === '*') {
// adding all resources availables inside env/ folder
paths.push('env/**/*.{json,yaml}')
} else {
manifestData[k].forEach((o) => {
paths.push(`env/${k}/**/${o.name}.{json,yaml}`)
})
}
}

@@ -282,0 +287,0 @@ }

{
"name": "@medable/mdctl-import-adapter",
"version": "1.0.71-alpha.3",
"version": "1.0.71-alpha.4",
"description": "Medable Developer Client Tools :: Import Adapter",

@@ -33,5 +33,5 @@ "repository": {

"dependencies": {
"@medable/mdctl-core": "^1.0.71-alpha.3",
"@medable/mdctl-core-utils": "^1.0.71-alpha.3",
"@medable/mdctl-node-utils": "^1.0.71-alpha.3",
"@medable/mdctl-core": "^1.0.71-alpha.4",
"@medable/mdctl-core-utils": "^1.0.71-alpha.4",
"@medable/mdctl-node-utils": "^1.0.71-alpha.4",
"clone": "^2.1.2",

@@ -61,3 +61,3 @@ "globby": "^9.1.0",

},
"gitHead": "67c03060513b8061037a416275d652b5fc02ce6a"
"gitHead": "a6e7ad5981fcf376973994c80e1e69947f3d819d"
}
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