Socket
Socket
Sign inDemoInstall

gitlab-auth

Package Overview
Dependencies
30
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.3.0

build/src/GitlabAuth.d.ts

21

package.json
{
"name": "gitlab-auth",
"version": "0.2.0",
"version": "0.3.0",
"description": "GitLab authorized API application Context",

@@ -8,3 +8,3 @@ "main": "build/src/index.js",

"files": [
"/build"
"build"
],

@@ -14,4 +14,3 @@ "scripts": {

"clean": "tsc --build --clean",
"prepare": "npm run clean",
"prepack": "tsc --build",
"prepare": "npm run clean && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -35,14 +34,14 @@ },

"dependencies": {
"@gitbeaker/browser": "^35.7.0",
"oidc-react": "^2.0.3"
"@gitbeaker/rest": "^40.0.3",
"oidc-react": "^3.2.2"
},
"devDependencies": {
"@types/node": "^18.7.16",
"@types/react": "^18.0.19",
"typescript": "^4.2.3"
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"typescript": "^5.4.5"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}

@@ -0,0 +0,0 @@ # GitLab Auth helper for React

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc