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

@propelauth/react

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@propelauth/react - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0-beta.1

dist/additionalHooks.d.ts

130

package.json
{
"name": "@propelauth/react",
"description": "A React library for managing authentication, backed by PropelAuth",
"repository": {
"type": "git",
"url": "https://github.com/PropelAuth/react"
},
"version": "2.0.2",
"license": "MIT",
"keywords": [
"auth",
"react",
"user"
],
"dependencies": {
"@propelauth/javascript": "^2.0.0",
"hoist-non-react-statics": "^3.3.2",
"utility-types": "^3.10.0"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.00",
"@rollup/plugin-node-resolve": "^11.2.1",
"@testing-library/react": "^12.0.0",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"babel-loader": "^8.2.2",
"core-js": "^3.11.1",
"jest": "^27.0.6",
"prettier": "^2.4.1",
"prettier-plugin-organize-imports": "^2.3.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.46.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.2.4",
"uuid": "^8.3.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"browserslist": [
"> 0.2%",
"not dead"
],
"scripts": {
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "rollup -c",
"build": "npm run test && npm run build:types && npm run build:js",
"test": "jest --silent",
"prepublishOnly": "npm run build"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts"
"name": "@propelauth/react",
"description": "A React library for managing authentication, backed by PropelAuth",
"repository": {
"type": "git",
"url": "https://github.com/PropelAuth/react"
},
"version": "2.1.0-beta.1",
"license": "MIT",
"keywords": [
"auth",
"react",
"user"
],
"dependencies": {
"@propelauth/javascript": "^2.0.0",
"@propelauth/js-apis": "^0.0.1",
"hoist-non-react-statics": "^3.3.2",
"utility-types": "^3.10.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@testing-library/react": "^12.0.0",
"@types/estree": "^1.0.0",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^26.0.23",
"@types/react": "^18.0.4",
"@types/react-dom": "^18.0.3",
"babel-jest": "^29.3.1",
"jest": "^27.0.6",
"prettier": "^2.4.1",
"prettier-plugin-organize-imports": "^2.3.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-loader": "^9.4.2",
"typescript": "^4.2.4",
"uuid": "^8.3.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"browserslist": [
"> 0.2%",
"not dead"
],
"scripts": {
"build:umd": "BUILD_MODE=umd webpack",
"build:umd-min": "BUILD_MODE=umd-min webpack",
"build:types": "tsc --outDir ./dist --declaration --emitDeclarationOnly",
"build": "npm run test && npm run build:umd && npm run build:umd-min && npm run build:types",
"test": "jest --silent",
"prepublishOnly": "npm run build"
},
"main": "./dist/propelauth-react.js",
"types": "./types/index.d.ts",
"sideEffects": false,
"files": [
"dist",
"types"
]
}

@@ -11,7 +11,9 @@ <p align="center">

[PropelAuth](https://www.propelauth.com?ref=github) is a prebuilt, hosted authentication solution focused on a great developer experience.
[PropelAuth](https://www.propelauth.com?ref=github) makes it easy to add authentication and authorization to your B2B/multi-tenant application.
Your frontend gets a beautiful, safe, and customizable login screen. Your backend gets easy authorization with just a few lines of code. You get an easy-to-use dashboard to config and manage everything.
## Documentation
- Full reference this library is [here](https://docs.propelauth.com/reference/frontend-apis/react.html)
- Full reference this library is [here](https://docs.propelauth.com/reference/frontend-apis/react)
- Getting started guides for PropelAuth are [here](https://docs.propelauth.com/)

@@ -18,0 +20,0 @@

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