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

react-sortable-hoc

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-sortable-hoc - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

3

CHANGELOG.md
Changelog
------------
### 0.7.2
- Fix issues with TypeScript type definitions
### 0.7.1

@@ -4,0 +7,0 @@ - Provide TypeScript type definitions out of the box [#377](https://github.com/clauderic/react-sortable-hoc/pull/377)

2

package.json
{
"name": "react-sortable-hoc",
"version": "0.7.1",
"version": "0.7.2",
"description": "Set of higher-order components to turn any list into a sortable, touch-friendly, animated list",

@@ -5,0 +5,0 @@ "author": {

@@ -91,8 +91,2 @@ import * as React from 'react';

export const sortableContainer = SortableContainer;
export const sortableElement = SortableElement;
export const sortableHandle = SortableHandle;
export function arrayMove<T>(collection: T[], previousIndex: number, newIndex: number): T[];
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