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.0.5 to 1.0.6

2

package.json

@@ -9,3 +9,3 @@ {

"description": "wbm is an API to send bulk message.",
"version": "1.0.5",
"version": "1.0.6",
"main": "src/index.js",

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

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

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

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

@@ -10,6 +10,6 @@ const wbm = require('./src/index');

wbm.start().then(async () => {
const contacts = [{ phone: '5535988841854', name: "Bruno", age: 1 },
{ phone: '5535988841854', name: "Bruno", age: 1 },
{ phone: '5535988841854', name: "Bruno", age: 1 },
{ phone: '5535988841854', name: "Bruno", age: 1 }];
const contacts = [{ phone: '5535988841854', name: "Bruno", age: 21 },
{ phone: '5535988841854', name: "Bruno", age: 21 },
{ phone: '5535988841854', name: "Bruno", age: 21 },
{ phone: '5535988841854', name: "Bruno", age: 21 }];
const message = 'hello {{name}} your age is {{age}}';

@@ -16,0 +16,0 @@ await wbm.sendCustom(contacts, message);

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