@propelauth/react
Advanced tools
Comparing version 2.0.2 to 2.1.0-beta.1
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 @@ |
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
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
2561278
21
110
18070
24
0
6
3
1
+ Added@propelauth/js-apis@^0.0.1
+ Added@propelauth/js-apis@0.0.1(transitive)
+ Added@types/basic-auth@1.1.8(transitive)
+ Added@types/node@22.10.7(transitive)
+ Added@types/url-join@4.0.1(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@0.27.2(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbasic-auth@2.0.1(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedjs-base64@3.7.7(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedundici-types@6.20.0(transitive)
+ Addedurl-join@4.0.1(transitive)