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

@vx/drag

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/drag - npm Package Compare versions

Comparing version 0.0.198 to 0.0.199

lib/index.d.ts.map

1

lib/index.d.ts
export { default as Drag } from './Drag';
export { default as raise } from './util/raise';
//# sourceMappingURL=index.d.ts.map
/** Given at an array of items, moves the item at the specified index to the end of the array. */
export default function raise<T>(items: T[], raiseIndex: number): T[];
//# sourceMappingURL=raise.d.ts.map

6

package.json
{
"name": "@vx/drag",
"version": "0.0.198",
"version": "0.0.199",
"description": "vx drag",

@@ -38,6 +38,6 @@ "sideEffects": false,

"@types/react": "*",
"@vx/event": "0.0.198",
"@vx/event": "0.0.199",
"prop-types": "^15.5.10"
},
"gitHead": "4a418928be63a12834accbae246a69136c2e8c19"
"gitHead": "b7fd57c8dede777c4983203046a704f52a61e226"
}
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