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
9
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 3.39.0 to 3.40.0

6

CHANGELOG.md

@@ -7,2 +7,8 @@ ChangeLog

3.40.0 - (June 9, 2020)
------------------
### Changed
* Minor file changes to comply with eslint rules
* Update wdio test configuration to use root wdio config
3.39.0 - (June 2, 2020)

@@ -9,0 +15,0 @@ ------------------

18

package.json
{
"name": "terra-toggle-button",
"main": "lib/ToggleButton.js",
"version": "3.39.0",
"version": "3.40.0",
"description": "Toggle button component that transitions content in and out with the click on a button.",

@@ -31,5 +31,5 @@ "repository": {

"prop-types": "^15.5.8",
"terra-button": "^3.40.0",
"terra-icon": "^3.31.0",
"terra-toggle": "^3.32.0"
"terra-button": "^3.41.0",
"terra-icon": "^3.32.0",
"terra-toggle": "^3.33.0"
},

@@ -42,10 +42,10 @@ "scripts": {

"precompile": "rm -rf lib",
"test": "npm run jest && npm run wdio",
"test": "npm run lint && npm run jest && npm run wdio",
"jest": "jest --config ../../jestconfig.js",
"wdio-default": "cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.js",
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio ./packages/$npm_package_name/clinical-lowlight-wdio.conf.js",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio ./packages/$npm_package_name/wdio.conf.js",
"wdio-default": "cd ../.. && npx wdio",
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
},
"gitHead": "e00edee5a7045d98d91c79d8f20b6720622ae018"
"gitHead": "8f2b00e0c29d873351fc4265b27a14e8c4053352"
}

@@ -33,7 +33,7 @@ import React from 'react';

<p>
Times Opened:
Times Opened:
<span className={cx('times-wrapper')}>{this.state.timesOpened}</span>
</p>
<p>
Times Closed:
Times Closed:
<span className={cx('times-wrapper')}>{this.state.timesClosed}</span>

@@ -40,0 +40,0 @@ </p>

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