separate validateClientIdentifier from fetchClientIdentifier, add validateProfile
[squeep-indieauth-helper] / package.json
index 824c0deefb9875dad78def64325f90424322db04..5a8ec23faff8c6b453b688a9b94d2458ea316183 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "@squeep/indieauth-helper",
   "version": "1.1.5",
-  "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.",
+  "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.",
   "main": "index.js",
   "scripts": {
     "coverage": "nyc npm test",
     "@squeep/web-linking": "^1.0.7",
     "axios": "^0.27.2",
     "iconv": "^3.0.1",
+    "ip-address": "^8.1.0",
     "microformats-parser": "^1.4.1"
   },
   "devDependencies": {
-    "eslint": "^8.20.0",
+    "eslint": "^8.21.0",
     "eslint-plugin-node": "^11.1.0",
     "eslint-plugin-security": "^1.5.0",
-    "eslint-plugin-sonarjs": "^0.14.0",
+    "eslint-plugin-sonarjs": "^0.15.0",
     "mocha": "^10.0.0",
     "nyc": "^15.1.0",
     "pre-commit": "^1.2.2",