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

@faceless-ui/window-info

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@faceless-ui/window-info - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

6

dist/WindowInfoContext/index.d.ts
/// <reference types="react" />
import { Breakpoints } from '../types';
export declare type WatchedBreakpoints = {
[key: string]: boolean;
};
export interface IWindowInfoContext {

@@ -8,3 +10,3 @@ width?: number;

'--vh': string;
breakpoints?: Breakpoints;
breakpoints?: WatchedBreakpoints;
eventsFired: number;

@@ -11,0 +13,0 @@ }

@@ -78,3 +78,3 @@ "use strict";

'--vh': '',
breakpoints: breakpoints,
breakpoints: undefined,
eventsFired: 0,

@@ -81,0 +81,0 @@ }), state = _a[0], dispatch = _a[1];

{
"name": "@faceless-ui/window-info",
"version": "2.0.3",
"version": "2.0.4",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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