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

auto-chrome

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-chrome - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

8

lib/Chrome.js

@@ -5,2 +5,3 @@ "use strict";

const ChromeEvent = require('./ChromeEvent.js');
const childProcess = require('child_process');

@@ -131,4 +132,9 @@ class Chrome extends ChromeEvent {

this.process.kill();
const { pid } = this.process;
// 强制杀死进程
childProcess.execSync(`taskkill /pid ${pid} -f`);
// this.process.kill();
}

@@ -135,0 +141,0 @@

2

package.json
{
"name": "auto-chrome",
"version": "1.0.5",
"version": "1.0.6",
"description": "使用Node.js操作Chrome或Chromium,高仿真的用户行为模拟器",

@@ -5,0 +5,0 @@ "main": "lib/",

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