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
348
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.0-974b11d82 to 0.0.0-97cba4b0b

24

CHANGELOG.md

@@ -6,2 +6,26 @@ # Change Log

# [1.12.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0...v1.12.0-rc.0) (2023-03-09)
**Note:** Version bump only for package @ui5/create-webcomponents-package
# [1.11.0](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.4...v1.11.0) (2023-03-06)
**Note:** Version bump only for package @ui5/create-webcomponents-package
# [1.11.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.3...v1.11.0-rc.4) (2023-03-02)
**Note:** Version bump only for package @ui5/create-webcomponents-package
# [1.11.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.11.0-rc.2...v1.11.0-rc.3) (2023-02-23)

@@ -8,0 +32,0 @@

2

package.json
{
"name": "@ui5/create-webcomponents-package",
"version": "0.0.0-974b11d82",
"version": "0.0.0-97cba4b0b",
"description": "UI5 Web Components: create package",

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

@@ -28,18 +28,11 @@ import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";

*/
@customElement("INIT_PACKAGE_VAR_TAG")
@customElement({
tag: "INIT_PACKAGE_VAR_TAG",
renderer: litRender,
styles: INIT_PACKAGE_VAR_CLASS_NAMECss,
template: INIT_PACKAGE_VAR_CLASS_NAMETemplate,
})
class INIT_PACKAGE_VAR_CLASS_NAME extends UI5Element {
static i18nBundle: I18nBundle;
static get render() {
return litRender;
}
static get template() {
return INIT_PACKAGE_VAR_CLASS_NAMETemplate;
}
static get styles() {
return INIT_PACKAGE_VAR_CLASS_NAMECss;
}
static async onDefine() {

@@ -46,0 +39,0 @@ INIT_PACKAGE_VAR_CLASS_NAME.i18nBundle = await getI18nBundle("INIT_PACKAGE_VAR_NAME");

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