Socket
Socket
Sign inDemoInstall

terra-toggle

Package Overview
Dependencies
Maintainers
7
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-toggle - npm Package Compare versions

Comparing version 3.62.0 to 3.63.0

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## 3.63.0 - (May 8, 2024)
* Changed
* Minor dependency version bump.
## 3.62.0 - (February 15, 2024)

@@ -7,0 +12,0 @@

2

lib/Toggle.js

@@ -16,3 +16,3 @@ "use strict";

function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } } return target; }
var cx = _bind.default.bind(_ToggleModule.default);

@@ -19,0 +19,0 @@ var propTypes = {

{
"name": "terra-toggle",
"version": "3.62.0",
"version": "3.63.0",
"description": "Toggle component that transitions content in and out.",

@@ -24,11 +24,19 @@ "author": "Cerner Corporation",

"main": "lib/Toggle.js",
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
],
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"react-animate-height": "^2.0.1",
"terra-icon": "^3.60.0"
"classnames": "2",
"prop-types": "15",
"react-animate-height": "2",
"terra-icon": "^3.61.0"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5"
"react": "16",
"react-dom": "16"
},

@@ -43,8 +51,8 @@ "scripts": {

"jest": "jest --config ../../jest.config.js",
"wdio-default": "cd ../.. && terra wdio",
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
"wdio:default": "cd ../.. && terra wdio",
"wdio:lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio:fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio:default && npm run wdio:lowlight && npm run wdio:fusion"
},
"gitHead": "31ec38baf909fed741b41a204f7fa28884ab327e"
"gitHead": "83e0cba673eb8b12fb60fb5be980b09fa3b2e942"
}
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