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

@dreamworld/device-info

Package Overview
Dependencies
Maintainers
4
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.0.0 to 1.1.0

8

device-info.js

@@ -5,3 +5,3 @@ import EventEmitter from "@dreamworld/event-emitter";

import reducer from "./reducer.js";
export * as selectors from "./selectors.js";
import * as _selectors from "./selectors.js";

@@ -23,3 +23,3 @@ const mediaQueriesBylayout = {

*/
static {
static _init() {
this.layout = this._getCurrentLayout();

@@ -213,1 +213,5 @@ this.touch = !window.matchMedia("(any-pointer: fine)").matches;

}
DeviceInfo._init();
export const selectors = _selectors;
{
"name": "@dreamworld/device-info",
"version": "1.0.0",
"version": "1.1.0",
"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