Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/is-buffer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/is-buffer - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

is-buffer/index.d.ts

@@ -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 @@

16

is-buffer/package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc