@types/level-codec
Advanced tools
Comparing version 9.0.2 to 9.0.3
@@ -1,6 +0,1 @@ | ||
// Type definitions for level-codec 9.0 | ||
// Project: https://github.com/Level/codec | ||
// Definitions by: Daniel Byrne <https://github.com/danwbyrne> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export interface CodecEncoder { | ||
@@ -7,0 +2,0 @@ encode: (val: any) => any; |
{ | ||
"name": "@types/level-codec", | ||
"version": "9.0.2", | ||
"version": "9.0.3", | ||
"description": "TypeScript definitions for level-codec", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/level-codec", | ||
"name": "Daniel Byrne", | ||
"url": "https://github.com/danwbyrne", | ||
"githubUsername": "danwbyrne" | ||
"githubUsername": "danwbyrne", | ||
"url": "https://github.com/danwbyrne" | ||
} | ||
@@ -24,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "be7c167692d268739dc99049be25f577c5425542e4c92b64c0a88dddf76b54c9", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "fa4e23e7ad7184a49c86cbb130d77173c1c9e43a06f8d19a71cc484dcfcccad0", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,7 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for level-codec 9.0 | ||
// Project: https://github.com/Level/codec | ||
// Definitions by: Daniel Byrne <https://github.com/danwbyrne> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export interface CodecEncoder { | ||
@@ -48,7 +43,6 @@ encode: (val: any) => any; | ||
### Additional Details | ||
* Last updated: Wed, 30 Aug 2023 19:35:03 GMT | ||
* Last updated: Wed, 18 Oct 2023 05:47:07 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Daniel Byrne](https://github.com/danwbyrne). |
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
4435
26
47