New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wbm

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wbm - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

2

package.json

@@ -10,3 +10,3 @@ {

"description": "wbm is an API to send bulk messages in whatsapp.",
"version": "1.1.11",
"version": "1.1.12",
"main": "src/index.js",

@@ -13,0 +13,0 @@ "devDependencies": {},

@@ -153,4 +153,3 @@ const puppeteer = require("puppeteer");

await page.waitForSelector("div#startup", { hidden: true, timeout: 60000 });
await page.waitForSelector('div[data-tab="1"]', { timeout: 5000 });
await page.waitForSelector('div[tabindex="-1"]', { timeout: 5000 });
await page.keyboard.press("Enter");

@@ -157,0 +156,0 @@ await page.waitFor(1000);

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