New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.10.0 to 1.11.0

5

CHANGELOG.md

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

1.11.0 - (September 26, 2017)
------------------
### Removed
* Remove stylelint-disable selector-class-pattern
1.10.0 - (September 19, 2017)

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

24

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.9.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. |
| terra-base | ^2.3.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.8.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-icon | ^1.9.0 | ^15.4.2 | terra-icon |
| terra-toggle | ^1.8.0 | ^15.4.2 | Toggle component that transitions content in and out. |
| terra-arrange | ^1.10.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. |
| terra-base | ^2.4.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.9.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-icon | ^1.10.0 | ^15.4.2 | terra-icon |
| terra-toggle | ^1.9.0 | ^15.4.2 | Toggle component that transitions content in and out. |

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

|-|-|-|-|
| terra-props-table | ^1.7.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.8.0 | ^15.4.2 | terra-props-table |

@@ -25,7 +25,7 @@ ## peerDependencies

| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. |
| react-dom | ^15.4.2 | ^15.6.1 | React package for working with the DOM. |
| terra-arrange | ^1.9.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. |
| terra-base | ^2.3.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.8.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-icon | ^1.9.0 | ^15.4.2 | terra-icon |
| terra-toggle | ^1.8.0 | ^15.4.2 | Toggle component that transitions content in and out. |
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. |
| terra-arrange | ^1.10.0 | ^15.4.2 | The arrange component is used for horizontally arranging and vertically aligning a single row of container elements. |
| terra-base | ^2.4.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.9.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-icon | ^1.10.0 | ^15.4.2 | terra-icon |
| terra-toggle | ^1.9.0 | ^15.4.2 | Toggle component that transitions content in and out. |
{
"name": "terra-toggle-button",
"main": "lib/ToggleButton.js",
"version": "1.10.0",
"version": "1.11.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.8.0"
"terra-props-table": "^1.9.0"
},

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

"react-dom": "^15.4.2",
"terra-arrange": "^1.10.0",
"terra-base": "^2.4.0",
"terra-button": "^1.9.0",
"terra-icon": "^1.10.0",
"terra-toggle": "^1.9.0"
"terra-arrange": "^1.11.0",
"terra-base": "^2.5.0",
"terra-button": "^1.10.0",
"terra-icon": "^1.11.0",
"terra-toggle": "^1.10.0"
},

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

"prop-types": "^15.5.8",
"terra-arrange": "^1.10.0",
"terra-base": "^2.4.0",
"terra-button": "^1.9.0",
"terra-icon": "^1.10.0",
"terra-toggle": "^1.9.0"
"terra-arrange": "^1.11.0",
"terra-base": "^2.5.0",
"terra-button": "^1.10.0",
"terra-icon": "^1.11.0",
"terra-toggle": "^1.10.0"
},
"scripts": {
"compile": "npm run compile:clean && npm run compile:build",
"compile:clean": "lerna exec --scope terra-toggle-button -- rimraf lib",
"compile:build": "lerna exec --scope terra-toggle-button -- babel src --out-dir lib --copy-files",
"compile:clean": "rimraf lib",
"compile:build": "babel src --out-dir lib --copy-files",
"lint": "npm run lint:js && npm run lint:scss",
"lint:js": "lerna exec --scope terra-toggle-button -- eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
"lint:scss": "lerna exec --scope terra-toggle-button -- stylelint src/**/*.scss",
"lint:js": "eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
"lint:scss": "stylelint src/**/*.scss",
"props-table": "props-table ./src/ToggleButton.jsx --out-dir ./docs/props-table",
"test": "npm run test:jest && npm run test:nightwatch",
"test:jest": "lerna exec --scope terra-toggle-button -- jest ./tests/jest/* --config ../../jestconfig.json",
"test:nightwatch": "lerna exec --scope terra-toggle-button -- nightwatch -c ../../nightwatch.conf.js"
"test:jest": "jest ./tests/jest/* --config ../../jestconfig.json",
"test:nightwatch": "nightwatch -c ../../nightwatch.conf.js"
}
}

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