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

react-swr-infinite-scroll

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-swr-infinite-scroll - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

.github/workflows/ci.yaml

145

package.json
{
"name": "react-swr-infinite-scroll",
"license": "MIT",
"version": "1.0.1",
"private": false,
"description": "Infinite scrolling with useSWRInfinite",
"author": "Eunsoo Shin",
"homepage": "https://github.com/esinx/react-swr-infinite-scroll",
"bugs": {
"url": "https://github.com/esinx/react-swr-infinite-scroll/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esinx/react-swr-infinite-scroll.git"
},
"keywords": [
"react",
"swr",
"infinite scroll",
"hooks"
],
"main": "index.js",
"module": "index.esm.js",
"types": "index.d.ts",
"dependencies": {
"classnames": "^2.2.6"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
}
"name": "react-swr-infinite-scroll",
"license": "MIT",
"version": "2.0.0",
"private": false,
"description": "Infinite scrolling with useSWRInfinite",
"author": "Eunsoo Shin",
"prettier": "@esinx/prettier-config",
"homepage": "https://github.com/esinx/react-swr-infinite-scroll",
"bugs": {
"url": "https://github.com/esinx/react-swr-infinite-scroll/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esinx/react-swr-infinite-scroll.git"
},
"keywords": [
"react",
"swr",
"infinite scroll",
"hooks"
],
"scripts": {
"build": "yarn clean; rollup -c",
"clean": "rimraf dist",
"dev": "yarn storybook",
"format": "prettier --write \"src/**/*.{ts,tsx,json,js,jsx}\"",
"format:check": "prettier --list-different \"src/**/*.{ts,tsx,json,js,jsx}\"",
"lint": "yarn lint:script",
"lint:script": "eslint ./src",
"storybook": "storybook dev --port 9001 -c .storybook",
"build:storybook": "storybook build -c .storybook -o storybook",
"publish": "npx semantic-release --no-ci"
},
"main": "index.js",
"module": "index.esm.js",
"types": "index.d.ts",
"peerDependencies": {},
"devDependencies": {
"@babel/core": "^7.12.7",
"@esinx/eslint-config": "^2.0.1",
"@esinx/prettier-config": "^1.0.0-3",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.0.8",
"@semantic-release/release-notes-generator": "^9.0.1",
"@storybook/react-vite": "^8.1.11",
"@types/node": "^12",
"babel-loader": "^8.2.1",
"conventional-changelog-conventionalcommits": "^4.4.0",
"eslint": "^9.6.0",
"prettier": "^2.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^3.0.2",
"rollup": "^2.33.3",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"semantic-release": "^17.3.0",
"storybook": "^8.1.11",
"style-loader": "^2.0.0",
"swr": "^0.5.6",
"ts-loader": "^8.0.11",
"typescript": "^5.5.3",
"vite": "^5.3.3"
},
"release": {
"branches": [
"main",
"next"
],
"preset": "conventionalcommits",
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"releaseRules": [
{
"type": "revert",
"release": "patch"
},
{
"type": "build",
"release": "patch"
}
]
}
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogTitle": "# Changelog"
}
],
[
"@semantic-release/npm",
{
"pkgRoot": "dist"
}
],
[
"@semantic-release/git",
{
"message": "chore(release): ${nextRelease.version} [skip ci]",
"assets": [
"CHANGELOG.md"
]
}
]
]
}
}

@@ -147,3 +147,3 @@ # SWR Infinite Scroll

Copyright 2021 Eunsoo Shin (esinx)
Copyright 2023 Eunsoo Shin (esinx)

@@ -150,0 +150,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Sorry, the diff of this file is not supported yet

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