Socket
Socket
Sign inDemoInstall

@types/range-parser

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @types/range-parser

TypeScript definitions for range-parser


Version published
Weekly downloads
19M
decreased by-8.83%
Maintainers
1
Install size
4.40 kB
Created
Weekly downloads
 

Package description

What is @types/range-parser?

The @types/range-parser package provides TypeScript type definitions for the range-parser package. This allows TypeScript developers to use the range-parser package in a type-safe manner, ensuring that they are using the API correctly according to the expected types. The range-parser package is used to parse HTTP Range header fields, which are commonly used to specify a portion of a document to be returned by the server, enabling efficient partial data fetching.

What are @types/range-parser's main functionalities?

Parsing Range Headers

This feature allows you to parse the 'Range' header from HTTP requests. The example demonstrates parsing a range string 'bytes=0-499' assuming the total size is 1000. The result would be an array indicating the start and end of the range requested.

import rangeParser from 'range-parser';
const result = rangeParser(1000, 'bytes=0-499');

Other packages similar to @types/range-parser

Readme

Source

Installation

npm install --save @types/range-parser

Summary

This package contains type definitions for range-parser (https://github.com/jshttp/range-parser).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/range-parser

Additional Details

  • Last updated: Fri, 07 Dec 2018 19:21:52 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Tomek Łaziuk https://github.com/tlaziuk.

FAQs

Last updated on 07 Dec 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc