bot-utilities
Advanced tools
Comparing version 2.5.1 to 2.6.0
{ | ||
"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(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14825
14
Updatedlodash@^4.17.15
Updatedrequest@^2.88.0