Comparing version 0.0.197 to 0.0.198
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 |
{ | ||
"name": "@vx/drag", | ||
"version": "0.0.197", | ||
"version": "0.0.198", | ||
"description": "vx drag", | ||
@@ -38,6 +38,6 @@ "sideEffects": false, | ||
"@types/react": "*", | ||
"@vx/event": "0.0.197", | ||
"@vx/event": "0.0.198", | ||
"prop-types": "^15.5.10" | ||
}, | ||
"gitHead": "c56b64bfbedde9ca06255b2eeff84b52c49d57ea" | ||
"gitHead": "4a418928be63a12834accbae246a69136c2e8c19" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
16932
13
+ Added@vx/event@0.0.198(transitive)
+ Added@vx/point@0.0.198(transitive)
- Removed@vx/event@0.0.197(transitive)
- Removed@vx/point@0.0.197(transitive)
Updated@vx/event@0.0.198