terra-toggle-button
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -8,7 +8,7 @@ # Dependency Information | ||
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. | | ||
| terra-arrange | ^1.11.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. | | ||
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-button | ^1.10.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-icon | ^1.11.0 | ^15.4.2 | terra-icon | | ||
| terra-toggle | ^1.10.0 | ^15.4.2 | Toggle component that transitions content in and out. | | ||
| terra-arrange | ^1.12.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. | | ||
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-button | ^1.11.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-icon | ^1.12.0 | ^15.4.2 | terra-icon | | ||
| terra-toggle | ^1.11.0 | ^15.4.2 | Toggle component that transitions content in and out. | | ||
@@ -18,3 +18,3 @@ ## devDependencies | ||
|-|-|-|-| | ||
| terra-props-table | ^1.9.0 | ^15.4.2 | terra-props-table | | ||
| terra-props-table | ^1.10.0 | ^15.4.2 | terra-props-table | | ||
@@ -26,6 +26,6 @@ ## peerDependencies | ||
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. | | ||
| terra-arrange | ^1.11.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. | | ||
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-button | ^1.10.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-icon | ^1.11.0 | ^15.4.2 | terra-icon | | ||
| terra-toggle | ^1.10.0 | ^15.4.2 | Toggle component that transitions content in and out. | | ||
| terra-arrange | ^1.12.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. | | ||
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-button | ^1.11.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-icon | ^1.12.0 | ^15.4.2 | terra-icon | | ||
| terra-toggle | ^1.11.0 | ^15.4.2 | Toggle component that transitions content in and out. | |
{ | ||
"name": "terra-toggle-button", | ||
"main": "lib/ToggleButton.js", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"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.10.0" | ||
"terra-props-table": "^1.10.1" | ||
}, | ||
@@ -30,7 +30,7 @@ "peerDependencies": { | ||
"react-dom": "^15.4.2", | ||
"terra-arrange": "^1.12.0", | ||
"terra-base": "^2.6.0", | ||
"terra-button": "^1.11.0", | ||
"terra-icon": "^1.12.0", | ||
"terra-toggle": "^1.11.0" | ||
"terra-arrange": "^1.12.1", | ||
"terra-base": "^2.6.1", | ||
"terra-button": "^1.11.1", | ||
"terra-icon": "^1.12.1", | ||
"terra-toggle": "^1.11.1" | ||
}, | ||
@@ -40,7 +40,7 @@ "dependencies": { | ||
"prop-types": "^15.5.8", | ||
"terra-arrange": "^1.12.0", | ||
"terra-base": "^2.6.0", | ||
"terra-button": "^1.11.0", | ||
"terra-icon": "^1.12.0", | ||
"terra-toggle": "^1.11.0" | ||
"terra-arrange": "^1.12.1", | ||
"terra-base": "^2.6.1", | ||
"terra-button": "^1.11.1", | ||
"terra-icon": "^1.12.1", | ||
"terra-toggle": "^1.11.1" | ||
}, | ||
@@ -47,0 +47,0 @@ "scripts": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
29171
1
Updatedterra-arrange@^1.12.1
Updatedterra-base@^2.6.1
Updatedterra-button@^1.11.1
Updatedterra-icon@^1.12.1
Updatedterra-toggle@^1.11.1