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

strawpoll-bots

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strawpoll-bots - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "strawpoll-bots",
"private": false,
"version": "1.1.0",
"version": "1.1.1",
"description": "A npm package for botting polls on strawpoll.me",

@@ -6,0 +6,0 @@ "main": "build/index.js",

@@ -22,3 +22,3 @@ # strawpoll-bots

```javascript
const botPoll = require('strawpoll-bots');
const botPoll = require('strawpoll-bots').default;
const { join } = require('path');

@@ -31,3 +31,3 @@

```javascript
const botPoll = require('strawpoll-bots');
const botPoll = require('strawpoll-bots').default;

@@ -34,0 +34,0 @@ // Args: (url, optionID, protection, socksFilePath, amount)

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