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

@sb1/ffe-accordion-react

Package Overview
Dependencies
Maintainers
4
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sb1/ffe-accordion-react - npm Package Compare versions

Comparing version 6.3.4 to 7.0.0

13

CHANGELOG.md

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

# [7.0.0](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-accordion-react@6.3.4...@sb1/ffe-accordion-react@7.0.0) (2019-08-27)
### chore
- bump React to 16.9 to allow for using hooks etc ([e3901f1](https://github.com/SpareBank1/designsystem/commit/e3901f1))
### BREAKING CHANGES
- peerDep of React is raised to 16.9. While this in itself
isn't a breaking change, it allows for the use of hooks in later releases.
Such changes would just be a minor version, or even a patch, but without
this major version bump it would result in a runtime error for consumers.
## [6.3.4](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-accordion-react@6.3.3...@sb1/ffe-accordion-react@6.3.4) (2019-08-12)

@@ -8,0 +21,0 @@

12

package.json
{
"name": "@sb1/ffe-accordion-react",
"version": "6.3.4",
"version": "7.0.0",
"license": "MIT",

@@ -29,3 +29,3 @@ "author": "SpareBank 1",

"dependencies": {
"@sb1/ffe-icons-react": "^6.0.20",
"@sb1/ffe-icons-react": "^7.0.0",
"classnames": "^2.2.5",

@@ -40,8 +40,8 @@ "prop-types": "^15.6.0",

"jest": "^23.4.2",
"react": "^16.6.3",
"react-dom": "^16.6.3"
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"peerDependencies": {
"@sb1/ffe-accordion": "^5.0.3",
"react": "^16.6.3"
"react": "^16.9.0"
},

@@ -51,3 +51,3 @@ "publishConfig": {

},
"gitHead": "ecc7e88efc2851bf9ff658361aeaedd3d6c33bdd"
"gitHead": "46f8caf821706d0d3ceb875abfddef4b02b06c0e"
}
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