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

@af-utils/virtual-core

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.24 to 0.0.25

4

lib/index.js

@@ -299,4 +299,4 @@ // src/constants/index.ts

if (process.env.NODE_ENV !== "production") {
if (index >= this.e) {
throw Error("index must not be > itemCount");
if (index > this.e) {
throw Error(`index must not be > itemCount. Got: ${index}`);
}

@@ -303,0 +303,0 @@ }

@@ -309,4 +309,4 @@ // src/polyfill.ts

if (process.env.NODE_ENV !== "production") {
if (index >= this.e) {
throw Error("index must not be > itemCount");
if (index > this.e) {
throw Error(`index must not be > itemCount. Got: ${index}`);
}

@@ -313,0 +313,0 @@ }

{
"name": "@af-utils/virtual-core",
"private": false,
"version": "0.0.24",
"version": "0.0.25",
"description": "Model for rendering large scrollable data",

@@ -6,0 +6,0 @@ "repository": {

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