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.2.7 to 6.2.8

es/Accordion.js

6

CHANGELOG.md

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

## [6.2.8](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-accordion-react@6.2.7...@sb1/ffe-accordion-react@6.2.8) (2018-12-11)
### Bug Fixes
- Build tree shakeable packages ([fb4a9ea](https://github.com/SpareBank1/designsystem/commit/fb4a9ea))
## [6.2.7](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-accordion-react@6.2.6...@sb1/ffe-accordion-react@6.2.7) (2018-12-04)

@@ -8,0 +14,0 @@

14

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

@@ -8,5 +8,7 @@ "author": "SpareBank 1",

"lib",
"*.js"
"es"
],
"main": "lib/index.js",
"module": "es/index.js",
"sideEffects": false,
"repository": {

@@ -17,3 +19,5 @@ "type": "git",

"scripts": {
"build": "babel -d lib/. --root-mode=upward --ignore=*.spec.js src/.",
"build": "npm run build:cjs && npm run build:es",
"build:cjs": "babel -d lib/. --root-mode=upward --env-name=cjs --ignore=*.spec.js src/.",
"build:es": "babel -d es/. --root-mode=upward --env-name=es --ignore=*.spec.js src/.",
"lint": "eslint src/.",

@@ -27,3 +31,3 @@ "test": "jest",

"dependencies": {
"@sb1/ffe-icons-react": "^6.0.11",
"@sb1/ffe-icons-react": "^6.0.12",
"classnames": "^2.2.5",

@@ -48,3 +52,3 @@ "prop-types": "^15.6.0",

},
"gitHead": "cfa663a17d95dd166654579832ebdf3deaad7400"
"gitHead": "ada7f9f709fa73a1cc6637f02e46141df0593627"
}
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