We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e464b1 commit 0a81a56Copy full SHA for 0a81a56
mod.ts
@@ -1,7 +1,7 @@
1
// deno-lint-ignore-file
2
import { ServerRequest } from 'https://deno.land/std@0.106.0/http/server.ts'
3
import { default as ipaddr, IPv4, IPv6 } from 'https://cdn.skypack.dev/ipaddr.js'
4
-import { forwarded } from 'https://deno.land/x/forwarded@0.0.11/mod.ts'
+import { forwarded } from 'https://deno.land/x/forwarded@0.0.12/mod.ts'
5
6
const DIGIT_REGEXP = /^[0-9]+$/
7
const isip = ipaddr.isValid
0 commit comments