@types/bencode
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -17,3 +17,3 @@ // Type definitions for bencode 2.0 | ||
end?: number, | ||
encoding?: string | ||
encoding?: string, | ||
): any; |
{ | ||
"name": "@types/bencode", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript definitions for bencode", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bencode", | ||
}, | ||
"typesPublisherContentHash": "fc8a345aa0d39b70a498707ca46948d6374f159841a600366ad5cbf83cd86a9c", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "4ee31d33694b89530cf51bc2180bcd27ec3e019631d7158bff3bb4a2b6b0067b", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -27,3 +27,3 @@ # Installation | ||
end?: number, | ||
encoding?: string | ||
encoding?: string, | ||
): any; | ||
@@ -34,3 +34,3 @@ | ||
### Additional Details | ||
* Last updated: Tue, 14 Sep 2021 21:01:30 GMT | ||
* Last updated: Fri, 15 Sep 2023 19:06:48 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -37,0 +37,0 @@ * Global values: none |
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
3978