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.13 to 0.0.14

2

lib/bundlesize.index.d.ts
export declare const raw = 7066;
export declare const min = 2457;
export declare const minGz = 1164;
export declare const minBrotli = 1043;
export declare const minBrotli = 1044;
export const raw = 7066;
export const min = 2457;
export const minGz = 1164;
export const minBrotli = 1043;
export const minBrotli = 1044;

@@ -37,3 +37,3 @@ import { jsxs as t, jsx as e } from "react/jsx-runtime";

const n = [];
for (let o = t.from, r = t.to, i = t.getOffset(o); r > o; o++, i += t.getSize(o)) n.push(e(o, i));
for (let o = t.from, r = t.to, i = t.getOffset(o); r > o; i += t.getSize(o), o++) n.push(e(o, i));
return n;

@@ -40,0 +40,0 @@ }

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

@@ -42,3 +42,3 @@ "repository": "https://github.com/nowaalex/af-utils.git",

"dependencies": {
"@af-utils/virtual-core": "0.0.13"
"@af-utils/virtual-core": "0.0.14"
},

@@ -45,0 +45,0 @@ "peerDependencies": {

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