@types/is-buffer
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,7 +0,1 @@ | ||
// Type definitions for is-buffer 2.0 | ||
// Project: https://github.com/feross/is-buffer#readme | ||
// Definitions by: Junyoung Choi <https://github.com/rokt33r> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.0 | ||
/// <reference types='node' /> | ||
@@ -8,0 +2,0 @@ |
{ | ||
"name": "@types/is-buffer", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for is-buffer", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-buffer", | ||
"license": "MIT", | ||
@@ -9,11 +10,12 @@ "contributors": [ | ||
"name": "Junyoung Choi", | ||
"url": "https://github.com/rokt33r", | ||
"githubUsername": "rokt33r" | ||
"githubUsername": "rokt33r", | ||
"url": "https://github.com/rokt33r" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/is-buffer" | ||
}, | ||
@@ -24,4 +26,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "c94eb2043941fd6151a8b55e4846f08d704c34e2cc329bc2059127dad0fb47aa", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "c9b9305d122b5ba5115d9048179dc078f285ba3be7191fe7428d4dbd0d825d61", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,10 +8,18 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-buffer | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-buffer. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-buffer/index.d.ts) | ||
````ts | ||
/// <reference types='node' /> | ||
Additional Details | ||
* Last updated: Tue, 18 Dec 2018 17:24:06 GMT | ||
* Dependencies: @types/node | ||
* Global values: none | ||
declare function isBuffer(obj: any): obj is Buffer; | ||
export = isBuffer; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
# Credits | ||
These definitions were written by Junyoung Choi <https://github.com/rokt33r>. | ||
These definitions were written by [Junyoung Choi](https://github.com/rokt33r). |
Sorry, the diff of this file is not supported yet
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2825
0
25
3