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.17 to 0.0.18

lib/index.polyfilled.js

16

package.json
{
"name": "@af-utils/virtual-core",
"private": false,
"version": "0.0.17",
"version": "0.0.18",
"description": "Model for rendering large scrollable data",

@@ -16,5 +16,15 @@ "repository": "https://github.com/nowaalex/af-utils.git",

"type": "module",
"main": "lib/index.server.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"browser": "lib/index.js",
"exports": {
"./lib/bundlesize.index.js": "./lib/bundlesize.index.js",
".": {
"types": "./lib/index.d.ts",
"node": "./lib/index.polyfilled.js",
"default": "./lib/index.js"
}
},
"engines": {
"node": ">=13.2"
},
"keywords": [

@@ -21,0 +31,0 @@ "virtual",

lib/index.server.js
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