@af-utils/virtual-react
Advanced tools
Comparing version 0.0.13 to 0.0.14
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Added@af-utils/virtual-core@0.0.14(transitive)
- Removed@af-utils/virtual-core@0.0.13(transitive)