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

@deskpro/apps-components

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deskpro/apps-components - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0-alpha.0

4

lib/Data/DataList.js

@@ -85,7 +85,7 @@ 'use strict';

'dt',
{ className: 'dp-DataDefListKey' },
{ key: 'dt-' + label + '-' + value, className: 'dp-DataDefListKey' },
label
), _react2.default.createElement(
'dd',
{ className: 'dp-DataDefListValue' },
{ key: 'dd-' + label + '-' + value, className: 'dp-DataDefListValue' },
value

@@ -92,0 +92,0 @@ )];

{
"name": "@deskpro/apps-components",
"version": "0.11.0",
"version": "0.12.0-alpha.0",
"author": "DeskPRO <support@deskpro.com>",

@@ -35,3 +35,3 @@ "license": "BSD 3-Clause License",

"dependencies": {
"@deskpro/apps-components-style": "^0.11.0",
"@deskpro/apps-components-style": "^0.12.0-alpha.0",
"classnames": "^2.2.6",

@@ -38,0 +38,0 @@ "i18next": "11.9.0",

@@ -61,4 +61,4 @@ import React from 'react';

return [
<dt className="dp-DataDefListKey">{label}</dt>,
<dd className="dp-DataDefListValue">{value}</dd>
<dt key={`dt-${label}-${value}`} className="dp-DataDefListKey">{label}</dt>,
<dd key={`dd-${label}-${value}`} className="dp-DataDefListValue">{value}</dd>
]

@@ -65,0 +65,0 @@ }

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