@unavatar/core 3.15.4 → 3.15.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@unavatar/core",
3
3
  "description": "Get unified user avatar from social networks, including Instagram, SoundCloud, Telegram, Twitter, YouTube & more.",
4
4
  "homepage": "https://unavatar.io",
5
- "version": "3.15.4",
5
+ "version": "3.15.6",
6
6
  "main": "src/index.js",
7
7
  "exports": {
8
8
  ".": "./src/index.js",
@@ -133,7 +133,7 @@
133
133
  "https-tls": "~1.0.24",
134
134
  "ipaddr.js": "~2.3.0",
135
135
  "is-absolute-url": "~3.0.3",
136
- "is-antibot": "~1.7.0",
136
+ "is-antibot": "~2.0.0",
137
137
  "is-email-like": "~1.0.0",
138
138
  "lodash": "~4.18.1",
139
139
  "ms": "~2.1.3",
@@ -153,7 +153,6 @@
153
153
  "devDependencies": {
154
154
  "@commitlint/cli": "latest",
155
155
  "@commitlint/config-conventional": "latest",
156
- "@ksmithut/prettier-standard": "latest",
157
156
  "ava": "latest",
158
157
  "c8": "latest",
159
158
  "cheerio": "latest",
@@ -203,7 +202,6 @@
203
202
  },
204
203
  "nano-staged": {
205
204
  "*.js": [
206
- "prettier-standard",
207
205
  "standard --fix"
208
206
  ],
209
207
  "package.json": [
@@ -2,6 +2,4 @@
2
2
 
3
3
  const uniqueRandomArray = require('unique-random-array')
4
4
 
5
- module.exports = uniqueRandomArray(
6
- require('top-crawler-agents').filter(agent => agent.startsWith('Slackbot'))
7
- )
5
+ module.exports = uniqueRandomArray(require('top-crawler-agents'))