Socket
Socket
Sign inDemoInstall

chrome-simple-launcher

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-simple-launcher - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

build/index.d.ts

@@ -7,2 +7,5 @@ interface LaunchOption {

declare function launch(url: string, options?: LaunchOption): Promise<{}>;
export { launch };
declare const _default: {
launch: typeof launch;
};
export = _default;

3

build/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const child_process_1 = require("child_process");

@@ -26,3 +25,2 @@ const fs = require("fs");

}
exports.launch = launch;
function lookupForChromePath(options) {

@@ -74,1 +72,2 @@ return new Promise((resolve, reject) => {

}
module.exports = { launch };
{
"name": "chrome-simple-launcher",
"version": "0.1.1",
"version": "0.1.2",
"description": "A simple chrome launcher",

@@ -44,3 +44,3 @@ "files": [

},
"gitHead": "ed448cd564c5ce23635bd93db4ce6a9b6ce650eb"
"gitHead": "43eb32c7c19149b869f46825c078dd599827f0d3"
}
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