@types/koa-csrf
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -1,8 +0,1 @@ | ||
// Type definitions for koa-csrf 5.0 | ||
// Project: https://github.com/koajs/csrf | ||
// Definitions by: Haskaalo <https://github.com/haskaalo> | ||
// Kirill Shvets <https://github.com/kirillshvets> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
/* =================== USAGE =================== | ||
@@ -9,0 +2,0 @@ import * as CSRF from "koa-csrf"; |
{ | ||
"name": "@types/koa-csrf", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "TypeScript definitions for koa-csrf", | ||
@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-csrf", | ||
"name": "Haskaalo", | ||
"url": "https://github.com/haskaalo", | ||
"githubUsername": "haskaalo" | ||
"githubUsername": "haskaalo", | ||
"url": "https://github.com/haskaalo" | ||
}, | ||
{ | ||
"name": "Kirill Shvets", | ||
"url": "https://github.com/kirillshvets", | ||
"githubUsername": "kirillshvets" | ||
"githubUsername": "kirillshvets", | ||
"url": "https://github.com/kirillshvets" | ||
} | ||
@@ -31,4 +31,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "c2b221137934809b7f14784b0e89e5fc876b921efa4fcb56e2ad1d66d9187223", | ||
"typesPublisherContentHash": "d03539f7e99e3b9db3ca7370c2905cebf9f351a40dcd797cc558f1f733a59dc3", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,9 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for koa-csrf 5.0 | ||
// Project: https://github.com/koajs/csrf | ||
// Definitions by: Haskaalo <https://github.com/haskaalo> | ||
// Kirill Shvets <https://github.com/kirillshvets> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
/* =================== USAGE =================== | ||
@@ -56,7 +49,6 @@ import * as CSRF from "koa-csrf"; | ||
### Additional Details | ||
* Last updated: Thu, 14 Sep 2023 01:49:18 GMT | ||
* Last updated: Wed, 18 Oct 2023 05:47:07 GMT | ||
* Dependencies: [@types/koa](https://npmjs.com/package/@types/koa) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Haskaalo](https://github.com/haskaalo), and [Kirill Shvets](https://github.com/kirillshvets). |
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
4305
28
53