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

@eeacms/volto-block-style

Package Overview
Dependencies
Maintainers
9
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eeacms/volto-block-style - npm Package Compare versions

Comparing version 3.6.0 to 3.6.1

1

.project.eslintrc.js

@@ -25,3 +25,2 @@ const fs = require('fs');

]);
//console.log("project", addonAliases);

@@ -28,0 +27,0 @@

7

CHANGELOG.md

@@ -7,4 +7,11 @@ ### Changelog

#### [3.6.1](https://github.com/eea/volto-block-style/compare/3.6.0...3.6.1)
- ImageSizeWidget import backward compatible [`e786df7`](https://github.com/eea/volto-block-style/commit/e786df7503abce9475afebc328fa7ef408a8a373)
#### [3.6.0](https://github.com/eea/volto-block-style/compare/3.5.18...3.6.0)
> 9 June 2022
- Release [`#55`](https://github.com/eea/volto-block-style/pull/55)
- Add fontWeight and theme support to style wrapper [`#54`](https://github.com/eea/volto-block-style/pull/54)

@@ -11,0 +18,0 @@ - Release 3.6.0 [`f0b6eb8`](https://github.com/eea/volto-block-style/commit/f0b6eb885feee2bb02fdd4daf6ee7a4747518b23)

{
"baseUrl": "http://localhost:3000",
"viewportWidth": 1280,
"defaultCommandTimeout": 15000,
"defaultCommandTimeout": 8888,
"chromeWebSecurity": false,
"reporter": "junit",
"video": true,
"retries": {
"runMode": 8,
"openMode": 0
},
"reporterOptions": {

@@ -8,0 +13,0 @@ "mochaFile": "cypress/reports/cypress-[hash].xml",

@@ -30,3 +30,3 @@ // ***********************************************************

cy.createContent({
contentType: 'Folder',
contentType: 'Document',
contentId: 'cypress',

@@ -33,0 +33,0 @@ contentTitle: 'Cypress',

@@ -28,2 +28,10 @@ module.exports = {

},
coverageThreshold: {
global: {
branches: 5,
functions: 5,
lines: 5,
statements: 5,
},
},
};
{
"name": "@eeacms/volto-block-style",
"version": "3.6.0",
"version": "3.6.1",
"description": "volto-block-style: Volto add-on",

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

@@ -10,5 +10,5 @@ /**

import { FormFieldWrapper, Icon } from '@plone/volto/components';
import ImageSizeWidget from '@plone/volto/components/manage/Blocks/Image/ImageSizeWidget';
import { Button } from 'semantic-ui-react';
import clearSVG from '@plone/volto/icons/clear.svg';
import config from '@plone/volto/registry';

@@ -19,2 +19,3 @@ // TODO: copy the styles from Volto's stylesheet

const { id, onChange, value } = props;
const ImageSizeWidget = config.widgets.widget.image_size;
return (

@@ -21,0 +22,0 @@ <FormFieldWrapper {...props}>

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