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

@digigov/auth

Package Overview
Dependencies
Maintainers
4
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digigov/auth - npm Package Compare versions

Comparing version 1.1.4-rc.28 to 1.1.4-rc.29

.prettierrc.js

32

package.json
{
"name": "@digigov/auth",
"version": "1.1.4-rc.28",
"version": "1.1.4-rc.29",
"description": "@digigov authentication client",
"author": "GRNET Developers <devs@lists.grnet.gr>",
"license": "BSD-2-Clause",
"main": "./cjs/index.js",
"module": "./index.js",
"main": "dist/index.js",
"module": "index.js",
"dependencies": {

@@ -17,5 +17,27 @@ "qs": "6.9.3",

},
"devDependencies": {
"@digigov/cli": "2.0.0-rc.29",
"@digigov/cli-lint": "2.0.0-rc.29",
"@digigov/cli-build": "2.0.0-rc.29",
"@digigov/cli-test": "2.0.0-rc.29",
"vitest": "2.1.3",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@types/node": "18.19.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "9.16.0",
"prettier": "3.4.2",
"typescript": "5.6.2",
"whatwg-fetch": "3.0.0",
"publint": "0.1.8"
},
"gitHead": "c903a46306f77f55ad7fc4d2e274006f39a6c871",
"private": false,
"typings": "./index.d.ts"
"scripts": {
"publint": "publint dist",
"lint": "digigov lint",
"test": "digigov test",
"build": "digigov build",
"prepublish": "digigov build"
}
}
AuthProvider.d.ts
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