react-awesome-reveal
Advanced tools
Comparing version 3.8.1 to 4.0.0-beta.0
{ | ||
"name": "react-awesome-reveal", | ||
"description": "React components to add reveal animations using the Intersection Observer API and CSS Animations.", | ||
"version": "3.8.1", | ||
"version": "4.0.0-beta.0", | ||
"license": "MIT", | ||
"source": "src/index.ts", | ||
"main": "dist/main.js", | ||
"module": "dist/module.js", | ||
"types": "dist/types.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"sideEffects": false, | ||
"author": { | ||
"name": "Dennis Morello", | ||
"email": "dennismorello@gmail.com", | ||
"email": "dennis@morello.dev", | ||
"url": "https://morello.dev" | ||
@@ -31,66 +39,27 @@ }, | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/react-awesome-reveal.esm.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"sideEffects": false, | ||
"scripts": { | ||
"start": "tsdx watch", | ||
"build": "tsdx build", | ||
"test": "tsdx test --passWithNoTests", | ||
"lint": "tsdx lint src example", | ||
"lint:fix": "npm run lint -- --fix", | ||
"prepare": "tsdx build", | ||
"size": "size-limit", | ||
"analyze": "size-limit --why" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.14.0" | ||
"@emotion/react": "^11.0.0", | ||
"react": ">=16.14.0", | ||
"react-dom": ">=16.14.0" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run lint:fix" | ||
} | ||
}, | ||
"size-limit": [ | ||
{ | ||
"path": "dist/react-awesome-reveal.cjs.production.min.js", | ||
"limit": "15 KB" | ||
}, | ||
{ | ||
"path": "dist/react-awesome-reveal.esm.js", | ||
"limit": "15 KB" | ||
} | ||
], | ||
"devDependencies": { | ||
"@babel/core": "^7.14.3", | ||
"@babel/preset-react": "^7.13.13", | ||
"@emotion/eslint-plugin": "^11.2.0", | ||
"@size-limit/preset-small-lib": "^4.11.0", | ||
"@types/jest": "^26.0.23", | ||
"@types/react": "^17.0.9", | ||
"@types/react-dom": "^17.0.6", | ||
"@types/react-is": "^16.7.1", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"husky": "^4.3.0", | ||
"prettier-config-morellodev": "^2.0.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"size-limit": "^4.11.0", | ||
"tsdx": "^0.14.1", | ||
"tslib": "^2.2.0", | ||
"typescript": "^4.3.2" | ||
"@emotion/react": "^11.9.0", | ||
"@emotion/serialize": "^1.0.0", | ||
"@parcel/packager-ts": "^2.5.0", | ||
"@parcel/transformer-typescript-types": "^2.5.0", | ||
"@types/react": "^18.0.9", | ||
"@types/react-dom": "^18.0.3", | ||
"@types/react-is": "^17.0.3", | ||
"parcel": "^2.5.0", | ||
"react": "^18.1.0", | ||
"react-dom": "^18.1.0" | ||
}, | ||
"dependencies": { | ||
"@emotion/react": "^11.4.0", | ||
"react-intersection-observer": "^8.32.0", | ||
"react-is": "^17.0.2" | ||
"react-intersection-observer": "^9.1.0", | ||
"react-is": "^18.1.0" | ||
}, | ||
"resolutions": { | ||
"**/@typescript-eslint/eslint-plugin": "^4.26.0", | ||
"**/@typescript-eslint/parser": "^4.26.0", | ||
"**/typescript": "^4.3.2" | ||
"scripts": { | ||
"build": "tsc && parcel build", | ||
"watch": "parcel watch" | ||
} | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
10
3961
0
339584
5
8
1
0
1
+ Addedreact-dom@19.0.0(transitive)
+ Addedreact-intersection-observer@9.15.1(transitive)
+ Addedreact-is@18.3.1(transitive)
+ Addedscheduler@0.25.0(transitive)
- Removed@emotion/react@^11.4.0
- Removedloose-envify@1.4.0(transitive)
- Removedreact@18.3.1(transitive)
- Removedreact-intersection-observer@8.34.0(transitive)
- Removedreact-is@17.0.2(transitive)
Updatedreact-is@^18.1.0