New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.26 to 0.0.27

22

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

@@ -27,11 +27,5 @@ "repository": {

"exports": {
"./bundlesizes": {
"types": "./lib/bundlesizes.d.ts",
"default": "./lib/bundlesizes.js"
},
".": {
"types": "./lib/index.d.ts",
"node": "./lib/index.js",
"default": "./lib/index.js"
}
"types": "./lib/index.d.ts",
"node": "./lib/index.js",
"default": "./lib/index.js"
},

@@ -56,7 +50,6 @@ "keywords": [

"typescript": "^5.4.5",
"ts-jest": "^29.1.2",
"@af-utils/export-bundle-size": "0.0.5"
"ts-jest": "^29.1.2"
},
"dependencies": {
"@af-utils/virtual-core": "0.0.23"
"@af-utils/virtual-core": "0.0.24"
},

@@ -72,3 +65,3 @@ "peerDependencies": {

"dev": "pnpm build:types && pnpm esbuild:dev",
"build": "pnpm build:types && pnpm esbuild:build && pnpm export-bundle-size && pnpm api-extractor",
"build": "pnpm build:types && pnpm esbuild:build && pnpm api-extractor",
"build:types": "tsc && tsc-alias",

@@ -78,5 +71,4 @@ "esbuild:build": "node build.mjs prod",

"api-extractor": "api-extractor run && rm -r lib/types",
"export-bundle-size": "export-bundle-size -i ./lib/index.js -o ./lib/bundlesizes.js",
"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