New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@types/buffer-split

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/buffer-split - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+0
-5
buffer-split/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for buffer-split 1.0
// Project: https://github.com/soldair/node-buffer-split#readme
// Definitions by: Ciffelia <https://github.com/ciffelia>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />

@@ -7,0 +2,0 @@

+1
-1
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Copyright (c) Microsoft Corporation.

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@types/buffer-split",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for buffer-split",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/buffer-split",
"license": "MIT",

@@ -9,4 +10,4 @@ "contributors": [

"name": "Ciffelia",
"url": "https://github.com/ciffelia",
"githubUsername": "ciffelia"
"githubUsername": "ciffelia",
"url": "https://github.com/ciffelia"
}

@@ -25,4 +26,4 @@ ],

},
"typesPublisherContentHash": "38060a42af5ca6aa5135b455d0677eb5baa607c583e0080c65d256e3fee42310",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "c77876a06029eb37ef6e630631b71cc7a1e30289897cf0eec26895d238fffe79",
"typeScriptVersion": "4.5"
}

@@ -9,9 +9,17 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/buffer-split.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/buffer-split/index.d.ts)
````ts
/// <reference types="node" />
declare function bufferSplit(buf: Buffer, splitBuf: Buffer, includeDelim?: boolean): Buffer[];
export = bufferSplit;
````
### Additional Details
* Last updated: Mon, 10 Feb 2020 20:54:27 GMT
* Last updated: Tue, 17 Oct 2023 22:10:13 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Ciffelia (https://github.com/ciffelia).
These definitions were written by [Ciffelia](https://github.com/ciffelia).