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
3
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.1 to 2.0.0-rc.2

3

dist/scripts/codemod/transforms/v2/codemodConfig.json

@@ -515,3 +515,4 @@ {

"Text": {
"comment": "wrapping -> maxLines"
"comment": "wrapping -> maxLines",
"removedProps": ["hyphenated", "emptyIndicator"]
},

@@ -518,0 +519,0 @@ "TextArea": {

@@ -50,3 +50,3 @@ import dedent from 'dedent';

const references = attribute.type?.references;
const isEnum = references != null && references?.length > 0 && attribute._ui5validator !== 'Object';
const isEnum = references != null && references?.length > 0 && attribute.default !== '{}';
if (isEnum) {

@@ -53,0 +53,0 @@ type += ` | keyof typeof ${type}`;

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

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

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

},
"gitHead": "1fcbadbdcb111da70a757e094ba3241834038dd2"
"gitHead": "5b0ae63e53f211a9dbc7353816bd3751b2fb4377"
}
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