@iad-os/react-ghost-auth
Advanced tools
Comparing version 0.10.0 to 1.0.0
{ | ||
"name": "@iad-os/react-ghost-auth", | ||
"version": "0.10.0", | ||
"version": "1.0.0", | ||
"maintainers": [ | ||
@@ -19,27 +19,27 @@ { | ||
"author": "Nicola Vurchio <nicola.vurchio@iad2.it>", | ||
"main": "build/index.js", | ||
"module": "build/index.es.js", | ||
"jsnext:main": "build/index.es.js", | ||
"types": "build/index.d.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"jsnext:main": "dist/index.es.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"build" | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^22.0.0", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@rollup/plugin-commonjs": "^25.0.2", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@types/lodash.omitby": "^4.6.7", | ||
"@types/react": "^18.0.26", | ||
"@types/react-dom": "^18.0.10", | ||
"prettier": "2.8.1", | ||
"rollup": "^2.75.6", | ||
"@types/react-dom": "^18.2.6", | ||
"prettier": "3.0.0", | ||
"rollup": "^3.26.2", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-typescript2": "^0.34.1", | ||
"typescript": "^4.9.4" | ||
"rollup-plugin-typescript2": "^0.35.0", | ||
"typescript": "^5.1.6" | ||
}, | ||
"scripts": { | ||
"start": "rollup -c --watch", | ||
"build": "rm -rf build && rollup -c" | ||
"prepack": "npm run build", | ||
"build": "rm -rf dist && rollup -c --bundleConfigAsCjs", | ||
"watch": "rollup -cw" | ||
}, | ||
"peerDependencies": { | ||
"axios": "1.2.x", | ||
"react": ">=16.14.0" | ||
@@ -61,3 +61,7 @@ }, | ||
"lodash.omitby": "^4.6.0" | ||
}, | ||
"engines": { | ||
"npm": ">=8.0.0", | ||
"node": ">=16.0.0" | ||
} | ||
} |
@@ -137,4 +137,1 @@ # React Ghost Auth | ||
| AutoLogin | A wrapper or standalone component that initiates the login process automatically on page/site reload| | ||
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
Network access
Supply chain riskThis module accesses the network.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
1
0
410135
16
5526
137
7