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

pui-react-sortable-table

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pui-react-sortable-table - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

package.json
{
"name": "pui-react-sortable-table",
"version": "0.0.3",
"version": "0.0.4",
"description": "A React component that provides a table that can be sorted by column",

@@ -24,5 +24,5 @@ "main": "sortable-table.js",

"classnames": "^1.2.0",
"lodash.sortBy": "^3.1.1",
"lodash.sortby": "^3.1.1",
"pui-css-tables": "^0"
}
}

@@ -29,3 +29,3 @@ /*(c) Copyright 2015 Pivotal Software, Inc. All Rights Reserved.*/

var sortClass = classnames({
sortable: sortable,
'sortable': sortable,
'sorted-none': sortable && column !== name,

@@ -32,0 +32,0 @@ 'sorted-asc': sortable && column === name && order === 'asc',

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