Socket
Socket
Sign inDemoInstall

@af-utils/styled

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.23 to 0.0.24

LICENSE

126

package.json
{
"name": "@af-utils/styled",
"private": false,
"version": "0.0.23",
"description": "React components for rendering large scrollable data",
"repository": "https://github.com/nowaalex/af-virtual-scroll.git",
"bugs": "https://github.com/nowaalex/af-virtual-scroll/issues",
"homepage": "https://af-virtual-scroll.vercel.app/",
"author": "Alex Fomin <nowaalex@gmail.com> (https://github.com/nowaalex/)",
"license": "MIT",
"sideEffects": false,
"scripts": {
"dev": "rollup --watch --config rollup.config.js --bundleConfigAsCjs",
"build": "rollup --config rollup.config.js --bundleConfigAsCjs",
"prepare": "npm run build",
"test": "jest"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"files": [
"lib/*"
],
"type": "module",
"main": "lib/index.server.js",
"browser": "lib/index.js",
"keywords": [
"react",
"reactjs",
"virtual",
"table",
"list",
"recycle",
"dom-recycle",
"dynamic-size",
"scroll",
"scrolling",
"infinite",
"virtualized",
"virtual",
"virtualization",
"virtual scroll",
"sortable",
"windowing"
],
"devDependencies": {
"@babel/core": "^7.21.5",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-export-bundle-size": "^0.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.1",
"babel-jest": "^29.5.0",
"babel-plugin-module-resolver": "^5.0.0",
"jest": "^29.5.0",
"lodash": "^4.17.21",
"rollup": "^3.21.0"
},
"publishConfig": {
"access": "public"
}
}
"name": "@af-utils/styled",
"private": false,
"version": "0.0.24",
"description": "React components for rendering large scrollable data",
"repository": "https://github.com/nowaalex/af-virtual-scroll.git",
"bugs": "https://github.com/nowaalex/af-virtual-scroll/issues",
"homepage": "https://af-virtual-scroll.vercel.app/",
"author": "Alex Fomin <nowaalex@gmail.com> (https://github.com/nowaalex/)",
"license": "MIT",
"sideEffects": false,
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"files": [
"lib/*"
],
"type": "module",
"main": "lib/index.server.js",
"browser": "lib/index.js",
"keywords": [
"react",
"reactjs",
"virtual",
"list",
"recycle",
"dom-recycle",
"dynamic-size",
"scroll",
"scrolling",
"infinite",
"virtualized",
"virtual",
"virtualization",
"virtual scroll",
"sortable",
"windowing"
],
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-export-bundle-size": "^0.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.0",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"rollup": "^3.29.4"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "rollup --watch --config rollup.config.js --bundleConfigAsCjs",
"build": "rollup --config rollup.config.js --bundleConfigAsCjs",
"test": "jest"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc