Socket
Socket
Sign inDemoInstall

@fremtind/jkl-react-hooks

Package Overview
Dependencies
Maintainers
3
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fremtind/jkl-react-hooks - npm Package Compare versions

Comparing version 11.4.2 to 11.5.0

build/cjs/useSwipeGesture.js

4

./build/cjs/index.js

@@ -37,3 +37,4 @@ "use strict";

useScreen: () => import_useScreen.useScreen,
useScrollIntoView: () => import_useScrollIntoView.useScrollIntoView
useScrollIntoView: () => import_useScrollIntoView.useScrollIntoView,
useSwipeGesture: () => import_useSwipeGesture.useSwipeGesture
});

@@ -56,2 +57,3 @@ module.exports = __toCommonJS(src_exports);

var import_useListNavigation = require("./useListNavigation");
var import_useSwipeGesture = require("./useSwipeGesture");
//# sourceMappingURL=index.js.map

@@ -20,2 +20,3 @@ import {

import { useListNavigation } from "./useListNavigation";
import { useSwipeGesture } from "./useSwipeGesture";
export {

@@ -38,4 +39,5 @@ useAnimatedHeight,

useScreen,
useScrollIntoView
useScrollIntoView,
useSwipeGesture
};
//# sourceMappingURL=index.js.map

@@ -37,3 +37,4 @@ "use strict";

useScreen: () => import_useScreen.useScreen,
useScrollIntoView: () => import_useScrollIntoView.useScrollIntoView
useScrollIntoView: () => import_useScrollIntoView.useScrollIntoView,
useSwipeGesture: () => import_useSwipeGesture.useSwipeGesture
});

@@ -56,2 +57,3 @@ module.exports = __toCommonJS(src_exports);

var import_useListNavigation = require("./useListNavigation");
var import_useSwipeGesture = require("./useSwipeGesture");
//# sourceMappingURL=index.js.map

@@ -20,2 +20,3 @@ import {

import { useListNavigation } from "./useListNavigation";
import { useSwipeGesture } from "./useSwipeGesture";
export {

@@ -38,4 +39,5 @@ useAnimatedHeight,

useScreen,
useScrollIntoView
useScrollIntoView,
useSwipeGesture
};
//# sourceMappingURL=index.js.map

@@ -22,1 +22,2 @@ export { useAnimatedHeight, useAnimatedHeightBetween, useAutoAnimatedHeight, type UseAutoAnimatedHeightOptions, type UseAnimatedHeightOptions, } from "./useAnimatedHeight";

export { useListNavigation } from "./useListNavigation";
export { useSwipeGesture, type SwipeChangeHandler } from "./useSwipeGesture";
{
"name": "@fremtind/jkl-react-hooks",
"version": "11.4.2",
"version": "11.5.0",
"publishConfig": {

@@ -57,3 +57,3 @@ "access": "public"

},
"gitHead": "7d4f05e07a54b37bb5c442ee50ead9c25f9cd25e"
"gitHead": "25d2b07272a4a604d30a49585da19a75725115a2"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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