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

@ui5/webcomponents-react-cli

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/webcomponents-react-cli - npm Package Compare versions

Comparing version 2.0.0-rc.3 to 2.0.0

2

dist/scripts/create-wrappers/ComponentRenderer.d.ts

@@ -6,3 +6,2 @@ import type * as CEM from '@ui5/webcomponents-tools/lib/cem/types-internal.d.ts';

phase: RenderingPhase;
private dynamicImportPath;
private attributes;

@@ -15,3 +14,2 @@ private slots;

private since;
setDynamicImportPath(value: string): this;
setAttributes(attrs: CEM.ClassField[]): this;

@@ -18,0 +16,0 @@ setSlots(slots: CEM.Slot[]): this;

@@ -6,3 +6,2 @@ import dedent from 'dedent';

phase = RenderingPhase.component;
dynamicImportPath;
attributes = [];

@@ -15,6 +14,2 @@ slots = [];

since;
setDynamicImportPath(value) {
this.dynamicImportPath = value;
return this;
}
setAttributes(attrs) {

@@ -84,4 +79,3 @@ this.attributes.push(...attrs);

.toSorted((a, b) => a.localeCompare(b))
.join(', ')}],
() => import('${this.dynamicImportPath}')
.join(', ')}]
);

@@ -88,0 +82,0 @@

@@ -46,3 +46,2 @@ import { mkdir, writeFile } from 'node:fs/promises';

.setEvents(declaration.events ?? [])
.setDynamicImportPath(webComponentImport)
.setNote(options.additionalComponentNote ?? '')

@@ -49,0 +48,0 @@ .setIsAbstract(declaration._ui5abstract ?? false)

4

package.json

@@ -6,3 +6,3 @@ {

"license": "Apache-2.0",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"type": "module",

@@ -38,3 +38,3 @@ "types": "./dist/index.d.ts",

},
"gitHead": "7626d0d88a835d025e1d3a01b19280cd2bb0fd16"
"gitHead": "c331ebe5b63346d73e30a5bde34b0d544398dad4"
}
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