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

cordova-simulate

Package Overview
Dependencies
Maintainers
8
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-simulate - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"name": "cordova-simulate",
"version": "1.2.1",
"version": "1.2.2",
"description": "Simulates your Cordova application in the browser.",

@@ -5,0 +5,0 @@ "main": "src/simulate.js",

# cordova-simulate Release Notes
## 1.2.2 (Nov 9, 2023)
* Handle showbrowser argument for cordova-tools [#450](https://github.com/microsoft/cordova-simulate/pull/450)

@@ -3,0 +5,0 @@ ## 1.2.1 (Nov 1, 2023)

@@ -21,3 +21,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved.

if (!showBrowser) {
// Handle showbrowser argument sent from cordova-tools and other unknown scenarios
// Only showbrowser = false will return method
if (showBrowser == false) {
return;

@@ -24,0 +26,0 @@ }

Sorry, the diff of this file is not supported yet

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