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

@ui5/create-webcomponents-package

Package Overview
Dependencies
Maintainers
7
Versions
340
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/create-webcomponents-package - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

index.js

9

package.json
{
"name": "@ui5/create-webcomponents-package",
"version": "0.0.4",
"version": "0.0.5",
"description": "UI5 Web Components: create package",

@@ -13,5 +13,4 @@ "author": "SAP SE (https://www.sap.com)",

],
"scripts": {},
"bin": {
"create-webcomponents-package": "bin/init-ui5-package.js"
"create-webcomponents-package": "index.js"
},

@@ -26,5 +25,5 @@ "repository": {

"mkdirp": "^1.0.4",
"npm-config-user-agent-parser": "^1.0.0",
"prompts": "^2.4.1"
},
"peerDependencies": {}
}
}

@@ -8,4 +8,19 @@ ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/master/docs/images/UI5_logo_wide.png)

Provides a create script for a new UI5 Webcomponents Package
Provides an `npm init` script for creating new UI5 Webcomponents Packages
## Usage
with `npm`
- `npm init @ui5/webcomponents-package` (the user will be asked for **name**, **port**, **tag**)
- `npm init @ui5/webcomponents-package <NEW-PACKAGE-NAME>` (the user will be asked for **port** and **tag** only)
and with `yarn`
- `yarn create @ui5/webcomponents-package`
- `yarn create @ui5/webcomponents-package <NEW-PACKAGE-NAME>`
The script creates a new directory, and fills it with a `package.json` file and all necessary source files and resources for a new
components package.
## Resources

@@ -12,0 +27,0 @@ - [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/master/README.md)

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