New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@serwist/range-requests

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serwist/range-requests - npm Package Compare versions

Comparing version 8.4.4 to 9.0.0-preview.0

dist/createPartialResponse.d.ts.map

1

dist/createPartialResponse.d.ts

@@ -19,1 +19,2 @@ /**

export { createPartialResponse };
//# sourceMappingURL=createPartialResponse.d.ts.map
import { RangeRequestsPlugin } from "./RangeRequestsPlugin.js";
import { createPartialResponse } from "./createPartialResponse.js";
export { createPartialResponse, RangeRequestsPlugin };
//# sourceMappingURL=index.d.ts.map

@@ -20,1 +20,2 @@ import type { SerwistPlugin } from "@serwist/core";

export { RangeRequestsPlugin };
//# sourceMappingURL=RangeRequestsPlugin.d.ts.map

@@ -15,1 +15,2 @@ /**

export { calculateEffectiveBoundaries };
//# sourceMappingURL=calculateEffectiveBoundaries.d.ts.map

@@ -13,1 +13,2 @@ /**

export { parseRangeHeader };
//# sourceMappingURL=parseRangeHeader.d.ts.map

34

package.json
{
"name": "@serwist/range-requests",
"version": "8.4.4",
"version": "9.0.0-preview.0",
"type": "module",
"description": "This library creates a new Response, given a source Response and a Range header value.",
"files": [
"dist",
"!dist/**/dts"
"src",
"dist"
],

@@ -26,15 +26,8 @@ "keywords": [

"homepage": "https://serwist.pages.dev",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},

@@ -44,8 +37,17 @@ "./package.json": "./package.json"

"dependencies": {
"@serwist/core": "8.4.4"
"@serwist/core": "9.0.0-preview.0"
},
"devDependencies": {
"rollup": "4.9.1",
"@serwist/constants": "8.4.4"
"rollup": "4.9.6",
"typescript": "5.4.0-dev.20240203",
"@serwist/constants": "9.0.0-preview.0"
},
"peerDependencies": {
"typescript": ">=5.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"scripts": {

@@ -52,0 +54,0 @@ "build": "rimraf dist && cross-env NODE_ENV=production rollup --config rollup.config.js",

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