Socket
Socket
Sign inDemoInstall

@medable/mdctl-import-adapter

Package Overview
Dependencies
316
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.56 to 1.0.57

10

index.js

@@ -46,16 +46,18 @@ const EventEmitter = require('events'),

async preImport() {
preImport() {
const { preImport, input } = privatesAccessor(this)
if (preImport) {
// eslint-disable-next-line global-require,import/no-dynamic-require
await require(path.join(input, preImport))()
return require(path.join(input, preImport))
}
return () => {}
}
async postImport() {
postImport() {
const { postImport, input } = privatesAccessor(this)
if (postImport) {
// eslint-disable-next-line global-require,import/no-dynamic-require
await require(path.join(input, postImport))()
return require(path.join(input, postImport))
}
return () => {}
}

@@ -62,0 +64,0 @@

4

package.json
{
"name": "@medable/mdctl-import-adapter",
"version": "1.0.56",
"version": "1.0.57",
"description": "Medable Developer Client Tools :: Import Adapter",

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

},
"gitHead": "9feab956e07e4ce660138b22fcb73ecf0107073a"
"gitHead": "a33cdadaf714097ee49cc1dc01becee22850c225"
}
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