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

@iad-os/react-ghost-auth

Package Overview
Dependencies
Maintainers
4
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iad-os/react-ghost-auth - npm Package Compare versions

Comparing version 0.10.0 to 1.0.0

dist/Authentication.d.ts

36

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