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

terra-slide-panel-manager

Package Overview
Dependencies
Maintainers
8
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-slide-panel-manager - npm Package Compare versions

Comparing version 5.69.0 to 5.70.0

5

CHANGELOG.md

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

## 5.70.0 - (June 5, 2023)
* Changed
* Minor dependency version bump
## 5.69.0 - (May 11, 2023)

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

8

package.json
{
"name": "terra-slide-panel-manager",
"main": "lib/SlidePanelManager.js",
"version": "5.69.0",
"version": "5.70.0",
"description": "A DisclosureManager implementation that presents disclosed content using a SlidePanel.",

@@ -37,6 +37,6 @@ "repository": {

"terra-slide-group": "^4.31.0",
"terra-slide-panel": "^3.39.0"
"terra-slide-panel": "^3.40.0"
},
"devDependencies": {
"terra-collapsible-menu-view": "^6.69.0"
"terra-collapsible-menu-view": "^6.70.0"
},

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

},
"gitHead": "6c8be97cb4175bb744e54cca2c1a93612d098034"
"gitHead": "acfaff6af8239744cf9342888f7267ee29471513"
}

@@ -7,2 +7,5 @@ import React from 'react';

jest.mock('uuid', () => ({ v4: () => '00000000-0000-0000-0000-000000000000' }));
const TestContainer = withDisclosureManager(({ id }) => (

@@ -9,0 +12,0 @@ <div id={id}>Hello World</div>

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