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.20 to 0.0.21

28

package.json
{
"name": "@af-utils/styled",
"private": false,
"version": "0.0.20",
"version": "0.0.21",
"description": "React components for rendering large scrollable data",

@@ -13,4 +13,4 @@ "repository": "https://github.com/nowaalex/af-virtual-scroll.git",

"scripts": {
"dev": "rollup --watch --config rollup.config.js",
"build": "rollup --config rollup.config.js",
"dev": "rollup --watch --config rollup.config.js --bundleConfigAsCjs",
"build": "rollup --config rollup.config.js --bundleConfigAsCjs",
"prepare": "npm run build",

@@ -49,15 +49,15 @@ "test": "jest"

"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@babel/core": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-export-bundle-size": "^0.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-terser": "^0.1.0",
"babel-jest": "^29.2.2",
"babel-plugin-module-resolver": "^4.1.0",
"jest": "^29.2.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.0",
"babel-jest": "^29.4.3",
"babel-plugin-module-resolver": "^5.0.0",
"jest": "^29.4.3",
"lodash": "^4.17.21",
"rollup": "^3.2.5"
"rollup": "^3.18.0"
},

@@ -64,0 +64,0 @@ "publishConfig": {

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