Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sap-devx/inquirer-gui-folder-browser-plugin

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-devx/inquirer-gui-folder-browser-plugin - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

LICENSE

8

dist/folderBrowserPlugin.es.js

@@ -20,9 +20,3 @@ import { resolveComponent as s, openBlock as _, createBlock as h, withCtx as n, createVNode as d, mergeProps as f, createTextVNode as v, createElementVNode as w } from "vue";

onSelectFolder() {
this.$emit(
"customEvent",
this.question.name,
"getPath",
this.setFolderPath,
this.question.answer
);
this.$emit("customEvent", this.question.name, "getPath", this.setFolderPath, this.question.answer);
},

@@ -29,0 +23,0 @@ onAnswerChanged(e) {

{
"name": "@sap-devx/inquirer-gui-folder-browser-plugin",
"version": "3.0.0",
"version": "3.0.1",
"description": "Folder browser plugin for inquirer-gui",

@@ -24,3 +24,6 @@ "main": "dist/folderBrowserPlugin.umd.js",

"scripts": {
"ci": "npm-run-all clean build",
"build": "vite build",
"build-dev": "vite build --mode development",
"clean": "rimraf ./dist",
"prepublishOnly": "npm run build"

@@ -37,6 +40,3 @@ },

},
"devDependencies": {
"vite": "^4.3.9",
"@vitejs/plugin-vue": "^4.2.3"
}
"gitHead": "1709813c4f18ac7f0907e6da8e5c75fba6dc5160"
}

@@ -12,2 +12,3 @@ # Folder Browser Plugin for Inquirer-gui

### Sample Question
```js

@@ -14,0 +15,0 @@ {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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