New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@planet/ui

Package Overview
Dependencies
Maintainers
12
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@planet/ui - npm Package Compare versions

Comparing version 0.3.0-beta.2 to 0.3.0

2

lib/dialog.js

@@ -121,3 +121,3 @@ 'use strict';

className: button.left ? 'pl-left' : null,
key: index }));
key: button.text }));
})

@@ -124,0 +124,0 @@ )

@@ -64,3 +64,3 @@ 'use strict';

{ className: headerItemClassName,
key: index,
key: tab.title,
onClick: _this._onHeaderItemClick.bind(null, index),

@@ -86,3 +86,3 @@ style: { zIndex: array.length - index } },

'div',
{ className: 'pl-tab-menu-slide', key: index },
{ className: 'pl-tab-menu-slide', key: tab.title },
tab.content

@@ -89,0 +89,0 @@ );

{
"name": "@planet/ui",
"version": "0.3.0-beta.2",
"version": "0.3.0",
"description": "Planet UI components built with React",

@@ -5,0 +5,0 @@ "author": "Planet",

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