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

swr

Package Overview
Dependencies
Maintainers
8
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swr - npm Package Compare versions

Comparing version

to
2.3.3

dist/_internal/config-context-client-BXAm5QZy.js

2

dist/_internal/index.js
Object.defineProperty(exports, '__esModule', { value: true });
var configContextClient = require('./config-context-client-B6AMxgjj.js');
var configContextClient = require('./config-context-client-BXAm5QZy.js');
var revalidateEvents = require('./events.js');

@@ -5,0 +5,0 @@ var constants_js = require('./constants.js');

@@ -486,5 +486,9 @@ Object.defineProperty(exports, '__esModule', { value: true });

const softRevalidate = revalidate.bind(index_js.UNDEFINED, WITH_DEDUPE);
let nextFocusRevalidatedAt = 0;
if (getConfig().revalidateOnFocus) {
const initNow = Date.now();
nextFocusRevalidatedAt = initNow + getConfig().focusThrottleInterval;
}
// Expose revalidators to global event listeners. So we can trigger
// revalidation from the outside.
let nextFocusRevalidatedAt = 0;
const onRevalidate = (type, opts = {})=>{

@@ -491,0 +495,0 @@ if (type == index_js.revalidateEvents.FOCUS_EVENT) {

{
"name": "swr",
"version": "2.3.2",
"version": "2.3.3",
"description": "React Hooks library for remote data fetching",

@@ -5,0 +5,0 @@ "keywords": [

@@ -88,6 +88,7 @@ [![SWR](https://assets.vercel.com/image/upload/v1572289618/swr/banner.png)](https://swr.vercel.app)

- Shu Ding ([@shuding\_](https://twitter.com/shuding_)) - [Vercel](https://vercel.com)
- Guillermo Rauch ([@rauchg](https://twitter.com/rauchg)) - [Vercel](https://vercel.com)
- Joe Haddad ([@timer150](https://twitter.com/timer150)) - [Vercel](https://vercel.com)
- Paco Coursey ([@pacocoursey](https://twitter.com/pacocoursey)) - [Vercel](https://vercel.com)
- Shu Ding ([@shuding\_](https://x.com/shuding_)) - [Vercel](https://vercel.com)
- Jiachi Liu ([@huozhi])(https://x.com/huozhi)) - [Vercel](https://vercel.com)
- Guillermo Rauch ([@rauchg](https://x.com/rauchg)) - [Vercel](https://vercel.com)
- Joe Haddad ([@timer150](https://x.com/timer150)) - [Vercel](https://vercel.com)
- Paco Coursey ([@pacocoursey](https://x.com/pacocoursey)) - [Vercel](https://vercel.com)

@@ -94,0 +95,0 @@ [Contributors](https://github.com/vercel/swr/graphs/contributors)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet