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

@dreamworld/device-info

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dreamworld/device-info - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

10

device-info.js

@@ -9,7 +9,7 @@ import EventEmitter from "@dreamworld/event-emitter";

const mediaQueriesBylayout = {
small: "only screen and (max-width: 600px)",
medium: "only screen and (min-width: 600px) and (max-width: 999px)",
large: "only screen and (min-width: 1000px) and (max-width: 1299px)",
hd: "only screen and (min-width: 1300px) and (max-width: 1899px)",
fullhd: "only screen and (min-width: 1900px)",
small: "only screen and (max-width: 576px)",
medium: "only screen and (min-width: 577px) and (max-width: 768px)",
large: "only screen and (min-width: 769px) and (max-width: 1024px)",
hd: "only screen and (min-width: 1025px) and (max-width: 1400px)",
fullhd: "only screen and (min-width: 1401px)",
};

@@ -16,0 +16,0 @@

{
"name": "@dreamworld/device-info",
"version": "1.3.1",
"version": "1.3.2",
"description": "It's used to get basic details of device(layout, touch and virtual keyboard).",

@@ -5,0 +5,0 @@ "main": "device-info.js",

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