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.0.0-beta.1 to 1.0.0-beta.2

6

CHANGELOG.md

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

## [unreleased]
## [1.0.0-beta.2] - 2017-01-30
No significant changes.
## [1.0.0-beta.1] - 2016-12-30
### Added

@@ -9,0 +13,0 @@

6

LS2Request/LS2Request.js

@@ -98,4 +98,6 @@ 'use strict';

if ((parsedMsg.errorCode || parsedMsg.returnValue === false) && onFailure) {
onFailure(parsedMsg);
if (parsedMsg.errorCode || parsedMsg.returnValue === false) {
if (onFailure) {
onFailure(parsedMsg);
}
} else if (onSuccess) {

@@ -102,0 +104,0 @@ onSuccess(parsedMsg);

{
"name": "@enact/webos",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "webOS support library",

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

@@ -15,3 +15,3 @@ # @enact/webos

Copyright (c) 2012-2016 LG Electronics
Copyright (c) 2012-2017 LG Electronics

@@ -18,0 +18,0 @@ Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this content except in compliance with the License. You may obtain a copy of the License at

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