New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-ui5-webapp

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-ui5-webapp - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

12

index.js

@@ -1,6 +0,10 @@

var npm = require('global-npm');
const FS = require('fs');
exports.printMsg = function() {
console.log("Your folder should have been created");
npm.fs.mkdir("YourFolder");
exports.createComponent = () => {
FS.mkdir("webapp"); // component's name
FS.mkdir("webapp/controller");
FS.mkdir("webapp/css");
FS.mkdir("webapp/i18n");
FS.mkdir("webapp/test");
FS.mkdir("webapp/view");
}
{
"name": "create-ui5-webapp",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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