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

gestalt

Package Overview
Dependencies
Maintainers
4
Versions
2863
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gestalt - npm Package Compare versions

Comparing version 0.19.0-beta2 to 0.19.0-beta3

2

package.json
{
"name": "gestalt",
"version": "0.19.0-beta2",
"version": "0.19.0-beta3",
"license": "SEE LICENSE IN LICENSE",

@@ -5,0 +5,0 @@ "homepage": "https://pinterest.github.io/gestalt",

@@ -340,4 +340,4 @@ // @flow

items = newItems;
} else if (this.insertedItemsCount === 0 && this.serverRefs.length) {
items = newItems.slice(0, this.columnCount);
// } else if (this.insertedItemsCount === 0 && this.serverRefs.length) {
// items = newItems.slice(0, this.columnCount);
} else if (this.serverRefs.length && this.insertedItemsCount < this.serverRefs.length) {

@@ -344,0 +344,0 @@ items = newItems.slice(0, this.serverRefs.length - this.insertedItemsCount);

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

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