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

@af-utils/virtual-react

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@af-utils/virtual-react - npm Package Compare versions

Comparing version 0.0.27 to 0.0.28

3

lib/index.js

@@ -100,5 +100,4 @@ // src/utils/rangeMappers/index.ts

// src/hooks/useComponentSubscription/index.ts
import { useMemo } from "react";
import { useMemo, useSyncExternalStore } from "react";
import { VirtualScrollerEvent as VirtualScrollerEvent2 } from "@af-utils/virtual-core";
import { useSyncExternalStore } from "use-sync-external-store/shim/index.js";
function getSingleEventHash(e) {

@@ -105,0 +104,0 @@ switch (e) {

{
"name": "@af-utils/virtual-react",
"private": false,
"version": "0.0.27",
"version": "0.0.28",
"description": "React components and hooks for rendering large scrollable data",

@@ -52,7 +52,6 @@ "repository": {

"dependencies": {
"@af-utils/virtual-core": "0.0.24"
"@af-utils/virtual-core": "0.0.25"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.1.0",
"use-sync-external-store": "^1.2.0"
"react": "^17.0.0 || ^18.1.0"
},

@@ -66,4 +65,5 @@ "publishConfig": {

"build:types": "tsc && tsc-alias",
"esbuild:build": "node build.mjs prod",
"esbuild:dev": "node build.mjs",
"esbuild:base": "esbuild ./src/index.ts --format=esm --outdir=lib --bundle --platform=neutral --external:react --external:react/jsx-runtime --external:@af-utils/*",
"esbuild:build": "pnpm esbuild:base",
"esbuild:dev": "pnpm esbuild:base --watch",
"api-extractor": "api-extractor run && rm -r lib/types",

@@ -70,0 +70,0 @@ "test": "jest"

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