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

grommet-index

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grommet-index - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

3

components/Filter.js

@@ -148,6 +148,7 @@ 'use strict';

if (status) {
value = choice.value.toLowerCase();
label = _react2.default.createElement(
'span',
null,
_react2.default.createElement(_Status2.default, { value: choice.value, size: 'small' }),
_react2.default.createElement(_Status2.default, { value: value, size: 'small' }),
' ',

@@ -154,0 +155,0 @@ label

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

{ className: CLASS_ROOT + '__error' },
result.error
data.error
);

@@ -348,3 +348,3 @@ }

'div',
{ ref: 'items', className: CLASS_ROOT + '__items' },
{ className: CLASS_ROOT + '__items' },
_react2.default.createElement(ViewComponent, {

@@ -351,0 +351,0 @@ actions: this.props.actions,

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

'select',
{ ref: 'sort', value: this.state.name, onChange: this._onChange },
{ value: this.state.name, onChange: this._onChange },
options

@@ -155,0 +155,0 @@ ),

{
"name": "grommet-index",
"version": "1.1.1",
"version": "1.1.2",
"main": "src/js/index.js",

@@ -5,0 +5,0 @@ "description": "Grommet UI and example server for searching, filtering, and displaying mass quantities of items.",

Sorry, the diff of this file is too big to display

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