New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

horizontal

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

horizontal - npm Package Compare versions

Comparing version

to
0.2.2

8

dist/window-width-type.d.ts
export declare enum WindowWidthType {
XS = 0,
SM = 1,
MD = 2,
LG = 3
XS = "XS",
SM = "SM",
MD = "MD",
LG = "LG"
}

@@ -5,6 +5,6 @@ "use strict";

(function (WindowWidthType) {
WindowWidthType[WindowWidthType["XS"] = 0] = "XS";
WindowWidthType[WindowWidthType["SM"] = 1] = "SM";
WindowWidthType[WindowWidthType["MD"] = 2] = "MD";
WindowWidthType[WindowWidthType["LG"] = 3] = "LG";
WindowWidthType["XS"] = "XS";
WindowWidthType["SM"] = "SM";
WindowWidthType["MD"] = "MD";
WindowWidthType["LG"] = "LG";
})(WindowWidthType = exports.WindowWidthType || (exports.WindowWidthType = {}));
{
"name": "horizontal",
"version": "0.2.1",
"version": "0.2.2",
"description": "A package that analyze and gives information about browser width such as screen type (XS, SM, MD, LG)",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",