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

@os-design/utils

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/utils - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

lib/utils/useIsMaxWidth.d.ts

4

lib/index.d.ts

@@ -20,3 +20,5 @@ export { default as bodyScroll } from './utils/bodyScroll';

export { default as useEventListener } from './utils/useEventListener';
export { default as useIsMd } from './utils/useIsMd';
export { default as useIsMaxWidth } from './utils/useIsMaxWidth';
export { default as useIsMinWidth } from './utils/useIsMinWidth';
export { default as useIsWidth } from './utils/useIsWidth';
export { default as usePrevious } from './utils/usePrevious';

@@ -23,0 +25,0 @@ export { default as useWindowSize } from './utils/useWindowSize';

@@ -51,4 +51,8 @@ "use strict";

Object.defineProperty(exports, "useEventListener", { enumerable: true, get: function () { return useEventListener_1.default; } });
var useIsMd_1 = require("./utils/useIsMd");
Object.defineProperty(exports, "useIsMd", { enumerable: true, get: function () { return useIsMd_1.default; } });
var useIsMaxWidth_1 = require("./utils/useIsMaxWidth");
Object.defineProperty(exports, "useIsMaxWidth", { enumerable: true, get: function () { return useIsMaxWidth_1.default; } });
var useIsMinWidth_1 = require("./utils/useIsMinWidth");
Object.defineProperty(exports, "useIsMinWidth", { enumerable: true, get: function () { return useIsMinWidth_1.default; } });
var useIsWidth_1 = require("./utils/useIsWidth");
Object.defineProperty(exports, "useIsWidth", { enumerable: true, get: function () { return useIsWidth_1.default; } });
var usePrevious_1 = require("./utils/usePrevious");

@@ -55,0 +59,0 @@ Object.defineProperty(exports, "usePrevious", { enumerable: true, get: function () { return usePrevious_1.default; } });

@@ -13,4 +13,4 @@ interface Breakpoints {

};
declare type MinBreakpoints = Omit<Breakpoints, 'xxs'>;
declare type MaxBreakpoints = Omit<Breakpoints, 'xxl'>;
export declare type MinBreakpoints = Omit<Breakpoints, 'xxs'>;
export declare type MaxBreakpoints = Omit<Breakpoints, 'xxl'>;
export declare const minBreakpoints: MinBreakpoints;

@@ -17,0 +17,0 @@ export declare const maxBreakpoints: MaxBreakpoints;

{
"name": "@os-design/utils",
"version": "0.0.24",
"version": "0.0.25",
"license": "UNLICENSED",

@@ -25,3 +25,3 @@ "main": "lib/index.js",

},
"gitHead": "51435b6c9ffff1d711925e1eda20a804a1393acb"
"gitHead": "b3c1cf93f30185090cfb08665d254e8af73dbf67"
}

Sorry, the diff of this file is not supported yet

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