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

bot-utilities

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bot-utilities - npm Package Compare versions

Comparing version 2.5.1 to 2.6.0

14

package.json
{
"name": "bot-utilities",
"version": "2.5.1",
"version": "2.6.0",
"description": "Utilities for Twitter bots.",

@@ -13,10 +13,10 @@ "main": "bot-utilities.js",

"exit": "^0.1.2",
"lodash": "^4.0.0",
"request": "^2.57.0"
"lodash": "^4.17.15",
"request": "^2.88.0"
},
"devDependencies": {
"chai": "^3.0.0",
"dotenv": "^1.1.0",
"mocha": "^2.2.5",
"twit": "^2.1.1"
"chai": "^4.2.0",
"dotenv": "^8.0.0",
"mocha": "^6.2.0",
"twit": "^2.2.11"
},

@@ -23,0 +23,0 @@ "repository": {

'use strict';
require('dotenv').load();
require('dotenv').config();

@@ -5,0 +5,0 @@ var should = require('chai').should();

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