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

terra-toggle

Package Overview
Dependencies
Maintainers
6
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.50.2 to 3.50.3

5

CHANGELOG.md

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

## 3.50.3 - (July 5, 2022)
* Changed
* Minor dependency version bump
## 3.50.2 - (May 3, 2022)

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

2

lib/Toggle.js

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

function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

@@ -25,0 +25,0 @@ 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; }

{
"name": "terra-toggle",
"main": "lib/Toggle.js",
"version": "3.50.2",
"version": "3.50.3",
"description": "Toggle component that transitions content in and out.",

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

"react-animate-height": "^2.0.1",
"terra-icon": "^3.47.1"
"terra-icon": "^3.48.0"
},

@@ -48,3 +48,3 @@ "scripts": {

},
"gitHead": "385b66b615031b133f34ac9025f6637b83038dc4"
"gitHead": "5d980c62d9a2c86597ccd689865c4090fc26c4b0"
}
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