Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@refinitiv-ui/demo-block

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@refinitiv-ui/demo-block - npm Package Compare versions

Comparing version 7.1.7 to 7.1.8

6

CHANGELOG.md

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

## [7.1.8](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@7.1.7...@refinitiv-ui/demo-block@7.1.8) (2024-04-01)
### Bug Fixes
- **tooltip:** handle body removal ([#1126](https://github.com/Refinitiv/refinitiv-ui/issues/1126)) ([1f00360](https://github.com/Refinitiv/refinitiv-ui/commit/1f00360f79c154d41295c0807536cdd0aa13efeb))
## [7.1.7](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@7.1.6...@refinitiv-ui/demo-block@7.1.7) (2024-02-19)

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

8

lib/demo-block.js

@@ -70,5 +70,5 @@ import { __decorate } from "tslib";

themeLabel.textContent = removePrefixName(currentTheme);
document.body.appendChild(nextBtn);
document.body.appendChild(prevBtn);
document.body.appendChild(themeLabel);
document.body?.appendChild(nextBtn);
document.body?.appendChild(prevBtn);
document.body?.appendChild(themeLabel);
let DemoBlock = class DemoBlock extends BasicElement {

@@ -86,3 +86,3 @@ constructor() {

static get version() {
return '7.1.7';
return '7.1.8';
}

@@ -89,0 +89,0 @@ static get styles() {

{
"name": "@refinitiv-ui/demo-block",
"version": "7.1.7",
"version": "7.1.8",
"description": "Demo page handler for Element Framework elements",

@@ -47,3 +47,3 @@ "main": "./lib/demo-block.js",

},
"gitHead": "6820b961ecc0ad1517ef94807df775eceb4f91db"
"gitHead": "e69ebb5e49499843241d90cd4b6812193c7cbfb7"
}
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