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

galahad

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

galahad - npm Package Compare versions

Comparing version 0.3.11 to 0.3.12

4

lib/Galahad.js

@@ -144,5 +144,5 @@ 'use strict';

if (this.props.selectedColumns.length !== prevProps.selectedColumns.length) {
this.animate = false;
} else {
this.animate = true;
} else {
this.animate = false;
}

@@ -149,0 +149,0 @@

{
"name": "galahad",
"version": "0.3.11",
"version": "0.3.12",
"description": "It's a data table, made in React.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -96,5 +96,5 @@ // @flow

if (this.props.selectedColumns.length !== prevProps.selectedColumns.length) {
this.animate = false
} else {
this.animate = true
} else {
this.animate = false
}

@@ -101,0 +101,0 @@

Sorry, the diff of this file is not supported yet

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