Socket
Socket
Sign inDemoInstall

@tizentv/webide-common-tizentv

Package Overview
Dependencies
152
Maintainers
8
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.18 to 1.0.19

4

lib/appLauncher.js

@@ -191,7 +191,7 @@ const { sep } = require('path');

this._execAsync(
`"${chromeExecPath}" --new-window --enable-blink-features=ShadowDOMV0,CustomElementsV0,HTMLImports http://${ipAddr}:${port}${devUrl}`
`"${chromeExecPath}" --new-window --enable-blink-features=ShadowDOMV0,CustomElementsV0,HTMLImports http://${ip}:${port}${devUrl}`
);
} else {
this._execAsync(
`${chromeExecPath} --new-window --enable-blink-features=ShadowDOMV0,CustomElementsV0,HTMLImports http://${ipAddr}:${port}${devUrl}`
`${chromeExecPath} --new-window --enable-blink-features=ShadowDOMV0,CustomElementsV0,HTMLImports http://${ip}:${port}${devUrl}`
);

@@ -198,0 +198,0 @@ }

{
"name": "@tizentv/webide-common-tizentv",
"version": "1.0.18",
"version": "1.0.19",
"description": "Common APIs for web IDEs extension development to support Tizen SDK features.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc