react-bottom-scroll-listener
Advanced tools
Comparing version 1.3.0 to 2.0.0
{ | ||
"name": "react-bottom-scroll-listener", | ||
"version": "1.3.0", | ||
"version": "2.0.0", | ||
"description": "A simple React component that lets you listen for when you have scrolled to the bottom.", | ||
@@ -20,46 +20,59 @@ "repository": "https://github.com/karl-run/react-bottom-scroll-listener", | ||
"files": [ | ||
"lib", | ||
"dist" | ||
], | ||
"main": "dist/react-bottom-scroll-listener.cjs.js", | ||
"module": "dist/react-bottom-scroll-listener.esm.js", | ||
"browser": "dist/react-bottom-scroll-listener.umd.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"jsnext:main": "dist/index.es.js", | ||
"engines": { | ||
"node": ">=8", | ||
"npm": ">=5" | ||
}, | ||
"jest": { | ||
"snapshotSerializers": [ | ||
"enzyme-to-json/serializer" | ||
] | ||
}, | ||
"scripts": { | ||
"test": "cross-env CI=1 react-scripts-ts test --env=jsdom", | ||
"test:watch": "react-scripts-ts test --env=jsdom", | ||
"build": "rollup -c", | ||
"start": "rollup -c -w", | ||
"prepublishOnly": "yarn test", | ||
"prepare": "yarn run build", | ||
"predeploy": "cd example && yarn install && yarn run build", | ||
"deploy": "gh-pages -d example/build" | ||
}, | ||
"dependencies": { | ||
"lodash.debounce": "^4.0.8", | ||
"prop-types": "^15.6.0" | ||
"lodash.debounce": "^4.0.8" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.0.0 || ^16.0.0" | ||
"react": "^15.0.0 || ^16.0.0", | ||
"react-dom": "^15.0.0 || ^16.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-eslint": "^8.2.1", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-transform-react-jsx": "^6.24.1", | ||
"babel-preset-airbnb": "^2.4.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babelrc-rollup": "^3.0.0", | ||
"enzyme": "^3.3.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"eslint": "^4.15.0", | ||
"eslint-config-airbnb": "^16.1.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.5.1", | ||
"jest": "^22.1.2", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0", | ||
"rollup": "^0.54.0", | ||
"rollup-plugin-babel": "^3.0.3", | ||
"rollup-plugin-commonjs": "^8.2.6", | ||
"rollup-plugin-node-resolve": "^3.0.2" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"dev": "rollup -c -w", | ||
"pretest": "npm run build", | ||
"test": "jest", | ||
"lint": "eslint lib test", | ||
"prepublishOnly": "yarn lint && yarn test" | ||
"@svgr/rollup": "^2.4.1", | ||
"@types/jest": "^23.1.5", | ||
"@types/lodash.debounce": "^4.0.4", | ||
"@types/react": "^16.3.13", | ||
"@types/react-dom": "^16.0.5", | ||
"babel-core": "^6.26.3", | ||
"babel-runtime": "^6.26.0", | ||
"cross-env": "^5.1.4", | ||
"enzyme": "^3.8.0", | ||
"enzyme-adapter-react-16": "^1.7.1", | ||
"enzyme-to-json": "^3.3.5", | ||
"gh-pages": "^1.2.0", | ||
"react": "^16.4.1", | ||
"react-dom": "^16.4.1", | ||
"react-scripts-ts": "^2.16.0", | ||
"rollup": "^0.62.0", | ||
"rollup-plugin-babel": "^3.0.7", | ||
"rollup-plugin-commonjs": "^9.1.3", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"rollup-plugin-peer-deps-external": "^2.2.0", | ||
"rollup-plugin-postcss": "^1.6.2", | ||
"rollup-plugin-typescript2": "^0.17.0", | ||
"rollup-plugin-url": "^1.4.0", | ||
"typescript": "^2.8.3" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # react-bottom-scroll-listener [](https://www.npmjs.com/package/react-bottom-scroll-listener)  |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
91250
9
853
24
1
3
+ Addedreact-dom@16.14.0(transitive)
+ Addedscheduler@0.19.1(transitive)
- Removedprop-types@^15.6.0