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
6
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 1.0.1 to 1.0.2

7

CHANGELOG.md

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

#### [1.0.2](https://github.com/eea/volto-block-style/compare/1.0.1...1.0.2)
- fix console warning [`#5`](https://github.com/eea/volto-block-style/pull/5)
#### [1.0.1](https://github.com/eea/volto-block-style/compare/1.0.0...1.0.1)
> 16 November 2020
- Release 1.0.1 [`71298d5`](https://github.com/eea/volto-block-style/commit/71298d59f68f3c1138a8a71a6a6372c7575f8d41)
- [JENKINS] - Fix SONAR tags [`4feed37`](https://github.com/eea/volto-block-style/commit/4feed37db9dae96103994ac1232c021595cf6f51)

@@ -11,0 +18,0 @@

2

package.json
{
"name": "@eeacms/volto-block-style",
"version": "1.0.1",
"version": "1.0.2",
"description": "volto-block-style: Volto add-on",

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

import React from 'react';
import { Portal } from 'react-portal';
import PropTypes from 'prop-types';
import { CSSTransition } from 'react-transition-group';

@@ -37,2 +38,6 @@

SidebarPopup.propTypes = {
open: PropTypes.bool,
};
export default React.forwardRef(SidebarPopup);
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