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.0 to 8.4.1

2

dist/index.d.ts

@@ -0,3 +1,3 @@

import { RangeRequestsPlugin } from "./RangeRequestsPlugin.js";
import { createPartialResponse } from "./createPartialResponse.js";
import { RangeRequestsPlugin } from "./RangeRequestsPlugin.js";
export { createPartialResponse, RangeRequestsPlugin };

@@ -142,4 +142,4 @@ import { assert, SerwistError, logger } from '@serwist/core/internal';

if (process.env.NODE_ENV !== "production") {
logger.warn(`Unable to construct a partial response; returning a ` + `416 Range Not Satisfiable response instead.`);
logger.groupCollapsed(`View details here.`);
logger.warn("Unable to construct a partial response; returning a " + "416 Range Not Satisfiable response instead.");
logger.groupCollapsed("View details here.");
logger.log(error);

@@ -146,0 +146,0 @@ logger.log(request);

{
"name": "@serwist/range-requests",
"version": "8.4.0",
"version": "8.4.1",
"type": "module",

@@ -43,7 +43,7 @@ "description": "This library creates a new Response, given a source Response and a Range header value.",

"dependencies": {
"@serwist/core": "8.4.0"
"@serwist/core": "8.4.1"
},
"devDependencies": {
"rollup": "4.9.1",
"@serwist/constants": "8.4.0"
"@serwist/constants": "8.4.1"
},

@@ -53,5 +53,5 @@ "scripts": {

"dev": "rollup --config rollup.config.js --watch",
"lint": "eslint src --ext ts,tsx,js,jsx,cjs,mjs",
"lint": "biome lint ./src",
"typecheck": "tsc"
}
}

Sorry, the diff of this file is not supported yet

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