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

@eeacms/volto-resize-helper

Package Overview
Dependencies
Maintainers
9
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eeacms/volto-resize-helper - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

9

CHANGELOG.md

@@ -7,6 +7,13 @@ ### Changelog

#### [0.2.6](https://github.com/eea/volto-resize-helper/compare/0.2.5...0.2.6)
- Correct Cypress tests [`#7`](https://github.com/eea/volto-resize-helper/pull/7)
- Refs #142010 - Optimize Volto-addons gitflow pipelines [`c19d7c2`](https://github.com/eea/volto-resize-helper/commit/c19d7c2e3ae1bf89b0e492906c60ca3b18118a1b)
#### [0.2.5](https://github.com/eea/volto-resize-helper/compare/0.2.4...0.2.5)
- Added with-scrollbar class to <body> [`c319cab`](https://github.com/eea/volto-resize-helper/commit/c319cab3dd2c545d22c2972d789f99c4b50ab360)
> 1 November 2021
- Added with-scrollbar class to <body> [`#6`](https://github.com/eea/volto-resize-helper/pull/6)
#### [0.2.4](https://github.com/eea/volto-resize-helper/compare/0.2.3...0.2.4)

@@ -13,0 +20,0 @@

17

cypress/integration/block-basics.js

@@ -8,13 +8,14 @@ import { setupBeforeEach, tearDownAfterEach } from '../support';

it('Add Block: Empty', () => {
// without this the clear command below does nothing sometimes
cy.wait(500);
// Change page title
cy.get('.documentFirstHeading > .public-DraftStyleDefault-block')
.clear()
.type('My Add-on Page')
.get('.documentFirstHeading span[data-text]')
.contains('My Add-on Page');
cy.get('[contenteditable=true]').first().clear();
cy.get('.documentFirstHeading > .public-DraftStyleDefault-block').type(
'{enter}',
);
cy.get('[contenteditable=true]').first().type('My Add-on Page');
cy.get('.documentFirstHeading').contains('My Add-on Page');
cy.get('[contenteditable=true]').first().type('{enter}');
// Add block

@@ -21,0 +22,0 @@ cy.get('.ui.basic.icon.button.block-add-button').first().click();

@@ -47,3 +47,3 @@ // ***********************************************************

cy.navigate('/cypress/my-page/edit');
cy.get(`.block.title [data-contents]`);
cy.get(`.block.title h1`);
};

@@ -50,0 +50,0 @@

{
"name": "@eeacms/volto-resize-helper",
"version": "0.2.5",
"version": "0.2.6",
"description": "@eeacms/volto-resize-helper: Volto add-on",

@@ -5,0 +5,0 @@ "main": "src/index.js",

Sorry, the diff of this file is not supported yet

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