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

@enact/webos

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enact/webos - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Change Log

## [1.3.0] - 2017-06-12
No significant changes.
### Removed
## [1.2.2] - 2017-05-31

@@ -7,0 +13,0 @@

2

package.json
{
"name": "@enact/webos",
"version": "1.2.2",
"version": "1.3.0",
"description": "webOS support library",

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

@@ -10,3 +10,12 @@ 'use strict';

/**
* Platform identification of webOS variants
* Exports the {@link webos/platform.platform} object that contains basic device
* type information for webOS platforms. For detection of non-webOS platforms,
* use the {@link core/platform} module.
*
* @module webos/platform
*/
/**
* {@link webos/platform.platform} provides identification of webOS variants.
*
* @readonly

@@ -19,3 +28,6 @@ * @type {object}

* @property {?boolean} unknown - Set true for any unknown system
*/
*
* @memberof webos/platform
* @public
*/
var platform = {};

@@ -22,0 +34,0 @@

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