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

@ui5/webcomponents-react-base

Package Overview
Dependencies
Maintainers
0
Versions
525
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.5.0 to 2.6.0

6

CHANGELOG.md

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

# [2.6.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.5.0...v2.6.0) (2025-01-09)
### Features
- update to UI5 Web Components 2.6.2 ([#6792](https://github.com/SAP/ui5-webcomponents-react/issues/6792)) ([c147bf7](https://github.com/SAP/ui5-webcomponents-react/commit/c147bf7b4d30e606ffab67ed0cbece6c202a8e1c))
# [2.5.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.4.0...v2.5.0) (2024-12-09)

@@ -8,0 +14,0 @@

6

dist/generated/VersionInfo.js
const VersionInfo = {
version: '2.5.0',
version: '2.6.0',
major: 2,
minor: 5,
minor: 6,
patch: 0,
suffix: '',
isNext: false,
buildTime: 1733729359
buildTime: 1736425956
};
export default VersionInfo;

@@ -1,6 +0,5 @@

import type { StyleDataCSP } from '@ui5/webcomponents-base/dist/ManagedStyles.js';
interface UseStyleSheetOptions {
alwaysInject?: boolean;
}
export declare function useStylesheet(styles: StyleDataCSP, componentName: string, options?: UseStyleSheetOptions): void;
export declare function useStylesheet(styles: string, componentName: string, options?: UseStyleSheetOptions): void;
export {};
{
"name": "@ui5/webcomponents-react-base",
"version": "2.5.0",
"version": "2.6.0",
"description": "Base for ui5-webcomponents-react",

@@ -34,3 +34,3 @@ "type": "module",

"@types/react": "*",
"@ui5/webcomponents-base": "~2.5.0",
"@ui5/webcomponents-base": "~2.6.2",
"react": "^18 || ^19"

@@ -56,3 +56,3 @@ },

],
"gitHead": "7bbf47886592c3adad9b72e7ff2dbf07a4df3887"
"gitHead": "db1b78d6b3f20bc0cd02a65ae1b95819bc72fd70"
}
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