@sap-devx/inquirer-gui-folder-browser-plugin
Advanced tools
Comparing version 3.0.1 to 3.0.3
{ | ||
"name": "@sap-devx/inquirer-gui-folder-browser-plugin", | ||
"version": "3.0.1", | ||
"version": "3.0.3", | ||
"description": "Folder browser plugin for inquirer-gui", | ||
"main": "dist/folderBrowserPlugin.umd.js", | ||
"module": "./dist/folderBrowserPlugin.es.js", | ||
"keywords": [ | ||
"inquirer", | ||
"inquirer-gui", | ||
"folder", | ||
"browse" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SAP/inquirer-gui/tree/master/folder-browser-plugin" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": "Eyal Barlev", | ||
"exports": { | ||
@@ -17,25 +27,15 @@ ".": { | ||
}, | ||
"keywords": [ | ||
"inquirer", | ||
"inquirer-gui", | ||
"folder", | ||
"browse" | ||
], | ||
"main": "dist/folderBrowserPlugin.umd.js", | ||
"module": "./dist/folderBrowserPlugin.es.js", | ||
"scripts": { | ||
"ci": "npm-run-all clean build", | ||
"build": "vite build", | ||
"build-dev": "vite build --mode development", | ||
"ci": "npm-run-all clean build", | ||
"clean": "rimraf ./dist", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SAP/inquirer-gui/tree/master/folder-browser-plugin" | ||
}, | ||
"author": "Eyal Barlev", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"vue": "^3.3.4" | ||
}, | ||
"gitHead": "1709813c4f18ac7f0907e6da8e5c75fba6dc5160" | ||
"gitHead": "c8cef9b20649b4c9b4b4ecb8b0b090ee2685760b" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0