react-swr-infinite-scroll
Advanced tools
Comparing version 1.0.1 to 2.0.0
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
22798
0
20
447
0
30
- Removedclassnames@^2.2.6
- Removedclassnames@2.5.1(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedscheduler@0.19.1(transitive)