@saschazar/oidc-provider-config
Advanced tools
Comparing version 0.0.0 to 0.0.2-next.0
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17727
23
1
+ Added@saschazar/oidc-provider-types@0.0.2-next.1(transitive)
- Removed@saschazar/oidc-provider-types@0.0.0(transitive)