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

@garoon/plugin-uploader

Package Overview
Dependencies
Maintainers
14
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@garoon/plugin-uploader - npm Package Compare versions

Comparing version 1.0.3 to 2.0.0

2

dist/utils.js

@@ -13,3 +13,3 @@ "use strict";

const args = proxy ? [`--proxy-server=${proxy}`] : [];
return puppeteer_1.default.launch({ args });
return puppeteer_1.default.launch({ args, headless: "new" });
};

@@ -16,0 +16,0 @@ const checkSubmitStatus = async (page) => {

{
"name": "@garoon/plugin-uploader",
"version": "1.0.3",
"version": "2.0.0",
"main": "dist/main.js",
"description": "plugin uploader for Garoon.",
"engines": {
"node": ">=14"
"node": ">=16"
},

@@ -32,7 +32,7 @@ "bin": {

"chalk": "4.1.2",
"puppeteer": "^19.4.1",
"puppeteer": "^20.7.1",
"yargs": "^17.4.1"
},
"devDependencies": {
"@cybozu/eslint-config": "^18.0.0",
"@cybozu/eslint-config": "^20.0.0",
"@types/yargs": "^17.0.11",

@@ -39,0 +39,0 @@ "eslint": "^8.22.0",

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