Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@saschazar/oidc-provider-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saschazar/oidc-provider-config - npm Package Compare versions

Comparing version 0.0.0 to 0.0.2-next.0

9

package.json
{
"name": "@saschazar/oidc-provider-config",
"version": "0.0.0",
"version": "0.0.2-next.0+b7736d7",
"description": "A collection of config files for the OpenID Connect provider",

@@ -25,4 +25,4 @@ "author": "Sascha Zarhuber <sascha.zarhuber@gmail.com>",

"build:js": "tsc -b",
"build:pkg": "cpy package.json README.md CHANGELOG.md ../../LICENSE dist",
"build": "run-s build:*",
"prepack": "cpy package.json README.md CHANGELOG.md ../../LICENSE dist",
"package:link": "cd dist && yarn link",

@@ -36,5 +36,6 @@ "package:unlink": "cd dist && yarn unlink",

"dependencies": {
"@saschazar/oidc-provider-types": "^0.0.0",
"@saschazar/oidc-provider-types": "^0.0.2-next.0+b7736d7",
"nanoid": "^3.1.9"
}
},
"gitHead": "b7736d741f5ed8c3f9b430007be800a12a6857f1"
}

@@ -1,11 +0,22 @@

# `config`
<div align="center">
<h1>@saschazar/oidc-provider-config</h1>
<strong>A collection of config files for the OpenID Connect provider</strong><br />
<br />
<br />
<br />
<br />
</div>
> TODO: description
## About
## Usage
This package provides necessary config files for the [OpenID Connect provider](https://github.com/saschazar21/oidc-provider)
```
const config = require('config');
## Documentation
// TODO: DEMONSTRATE API
```
_WIP_
## License
Licensed under the MIT license.
Copyright ©️ 2021 [Sascha Zarhuber](https://sascha.work)
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