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

@uniformdev/redirect

Package Overview
Dependencies
Maintainers
10
Versions
464
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniformdev/redirect - npm Package Compare versions

Comparing version 19.36.1-alpha.7 to 19.36.1-alpha.61

6

./dist/index.js

@@ -715,4 +715,4 @@ "use strict";

const fetchUri = this.createUrl("/api/v1/redirect", {
limit: 50,
offset: requestCount * 50,
limit: 500,
offset: requestCount * 500,
orderBy,

@@ -727,3 +727,3 @@ projectId

requestCount++;
if (requestCount * 50 > ((_b = results.total) != null ? _b : 0)) {
if (requestCount * 500 > ((_b = results.total) != null ? _b : 0)) {
break;

@@ -730,0 +730,0 @@ }

@@ -388,4 +388,4 @@ import "./chunk-TLYAXJ7N.mjs";

const fetchUri = this.createUrl("/api/v1/redirect", {
limit: 50,
offset: requestCount * 50,
limit: 500,
offset: requestCount * 500,
orderBy,

@@ -400,3 +400,3 @@ projectId

requestCount++;
if (requestCount * 50 > ((_b = results.total) != null ? _b : 0)) {
if (requestCount * 500 > ((_b = results.total) != null ? _b : 0)) {
break;

@@ -403,0 +403,0 @@ }

@@ -715,4 +715,4 @@ "use strict";

const fetchUri = this.createUrl("/api/v1/redirect", {
limit: 50,
offset: requestCount * 50,
limit: 500,
offset: requestCount * 500,
orderBy,

@@ -727,3 +727,3 @@ projectId

requestCount++;
if (requestCount * 50 > ((_b = results.total) != null ? _b : 0)) {
if (requestCount * 500 > ((_b = results.total) != null ? _b : 0)) {
break;

@@ -730,0 +730,0 @@ }

{
"name": "@uniformdev/redirect",
"version": "19.36.1-alpha.7+859ce3f29",
"version": "19.36.1-alpha.61+12e4e2a6e",
"description": "Uniform redirect client",

@@ -35,3 +35,3 @@ "license": "SEE LICENSE IN LICENSE.txt",

"dependencies": {
"@uniformdev/context": "19.36.1-alpha.7+859ce3f29",
"@uniformdev/context": "19.36.1-alpha.61+12e4e2a6e",
"p-limit": "^3.1.0",

@@ -43,3 +43,3 @@ "rfdc": "^1.3.0"

},
"gitHead": "859ce3f295642c78d0308620f988a51ce933bd64"
"gitHead": "12e4e2a6e17788b5337c4c0c90c094735d256c60"
}

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