Socket
Socket
Sign inDemoInstall

react-split-panel

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

dist/SplitPanel.js

@@ -282,4 +282,4 @@ "use strict";

value: function updateSizes(weights) {
weights = weights || this.weights;
weights = this.padOrTruncateWeights(weights);
weights = weights || this.weights;
var totalWeight = _lodash2.default.sum(weights);

@@ -286,0 +286,0 @@ // Total space taken by the dividers spread equally across all panels.

{
"name": "react-split-panel",
"version": "2.0.0",
"version": "2.0.1",
"description": "A split panel component for React.",

@@ -5,0 +5,0 @@ "main": "./dist/SplitPanel.js",

@@ -337,4 +337,4 @@ import React from "react";

updateSizes(weights) {
weights = weights || this.weights;
weights = this.padOrTruncateWeights(weights);
weights = weights || this.weights;
const totalWeight = _.sum(weights);

@@ -341,0 +341,0 @@ // Total space taken by the dividers spread equally across all panels.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc