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
8
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.2.4 to 3.2.5

.coverage.babel.config.js

6

CHANGELOG.md

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

#### [3.2.5](https://github.com/eea/volto-block-style/compare/3.2.4...3.2.5)
- Cypress coverage [`#15`](https://github.com/eea/volto-block-style/pull/15)
#### [3.2.4](https://github.com/eea/volto-block-style/compare/3.2.3...3.2.4)
> 19 May 2021
- Conditionally render StyleSelect widget [`#14`](https://github.com/eea/volto-block-style/pull/14)

@@ -11,0 +17,0 @@

18

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

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

},
"dependencies": {
"react-color": "~2.18.1"
},
"devDependencies": {
"@cypress/code-coverage": "^3.9.5",
"babel-plugin-transform-class-properties": "^6.24.1"
},
"scripts": {
"release": "release-it",
"bootstrap": "node bootstrap",
"bootstrap": "npm install -g ejs; npm link ejs; node bootstrap",
"stylelint": "../../../node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'",

@@ -30,7 +37,6 @@ "stylelint:overrides": "../../../node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'",

"lint": "../../../node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'",
"lint:fix": "../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'"
},
"dependencies": {
"react-color": "~2.18.1"
"lint:fix": "../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'",
"cypress:run": "../../../node_modules/cypress/bin/cypress run",
"cypress:open": "../../../node_modules/cypress/bin/cypress open"
}
}

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