New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-awesome-reveal

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-awesome-reveal - npm Package Compare versions

Comparing version 3.8.1 to 4.0.0-beta.0

dist/main.js

89

package.json
{
"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"
}
}
}
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