Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terra-toggle-button

Package Overview
Dependencies
Maintainers
6
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-toggle-button - npm Package Compare versions

Comparing version 1.8.0 to 1.9.0

5

CHANGELOG.md

@@ -7,2 +7,7 @@ Changelog

1.9.0 - (September 12, 2017)
------------------
### Changed
* Minor version bump
1.8.0 - (September 7, 2017)

@@ -9,0 +14,0 @@ ------------------

22

docs/DEPENDENCIES.md

@@ -8,7 +8,7 @@ # Dependency Information

| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| terra-arrange | ^1.7.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. |
| terra-base | ^2.1.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.6.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-icon | ^1.7.0 | ^15.4.2 | terra-icon |
| terra-toggle | ^1.6.0 | ^15.4.2 | Toggle component that transitions content in and out. |
| terra-arrange | ^1.8.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. |
| terra-base | ^2.2.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.7.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-icon | ^1.8.0 | ^15.4.2 | terra-icon |
| terra-toggle | ^1.7.0 | ^15.4.2 | Toggle component that transitions content in and out. |

@@ -18,3 +18,3 @@ ## devDependencies

|-|-|-|-|
| terra-props-table | ^1.5.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.6.0 | ^15.4.2 | terra-props-table |

@@ -26,6 +26,6 @@ ## peerDependencies

| react-dom | ^15.4.2 | ^15.6.1 | React package for working with the DOM. |
| terra-arrange | ^1.7.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. |
| terra-base | ^2.1.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.6.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-icon | ^1.7.0 | ^15.4.2 | terra-icon |
| terra-toggle | ^1.6.0 | ^15.4.2 | Toggle component that transitions content in and out. |
| terra-arrange | ^1.8.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. |
| terra-base | ^2.2.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.7.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-icon | ^1.8.0 | ^15.4.2 | terra-icon |
| terra-toggle | ^1.7.0 | ^15.4.2 | Toggle component that transitions content in and out. |
{
"name": "terra-toggle-button",
"main": "lib/ToggleButton.js",
"version": "1.8.0",
"version": "1.9.0",
"description": "Toggle button component that transitions content in and out with the click on a button.",

@@ -24,3 +24,3 @@ "repository": {

"devDependencies": {
"terra-props-table": "^1.6.0"
"terra-props-table": "^1.7.0"
},

@@ -30,7 +30,7 @@ "peerDependencies": {

"react-dom": "^15.4.2",
"terra-arrange": "^1.8.0",
"terra-base": "^2.2.0",
"terra-button": "^1.7.0",
"terra-icon": "^1.8.0",
"terra-toggle": "^1.7.0"
"terra-arrange": "^1.9.0",
"terra-base": "^2.3.0",
"terra-button": "^1.8.0",
"terra-icon": "^1.9.0",
"terra-toggle": "^1.8.0"
},

@@ -40,7 +40,7 @@ "dependencies": {

"prop-types": "^15.5.8",
"terra-arrange": "^1.8.0",
"terra-base": "^2.2.0",
"terra-button": "^1.7.0",
"terra-icon": "^1.8.0",
"terra-toggle": "^1.7.0"
"terra-arrange": "^1.9.0",
"terra-base": "^2.3.0",
"terra-button": "^1.8.0",
"terra-icon": "^1.9.0",
"terra-toggle": "^1.8.0"
},

@@ -47,0 +47,0 @@ "scripts": {

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