Socket
Socket
Sign inDemoInstall

@medable/mdctl-import-adapter

Package Overview
Dependencies
173
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -157,4 +157,4 @@ const { Transform } = require('stream'),

mappedFiles = _.map(files, f => `${dir}/${f}`),
existsManifest = _.find(files, f => f.indexOf(`manifest.${format}`))
if (!existsManifest) {
existsManifest = files.indexOf(`manifest.${format}`)
if (existsManifest === -1) {
throw Fault.create({ code: 'KMissingManifest', reason: 'There is no manifest file present on folder' })

@@ -161,0 +161,0 @@ }

{
"name": "@medable/mdctl-import-adapter",
"version": "1.0.1",
"version": "1.0.2",
"description": "Medable Developer Client Tools :: Import Adapter",

@@ -51,3 +51,3 @@ "repository": {

},
"gitHead": "3cc9bffc20b1026350a2fd2399f126c53a20cd35"
"gitHead": "6dc9f3643daa1b8a0a90e9184568d36d3e0a93e9"
}
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