Socket
Socket
Sign inDemoInstall

oidc-provider

Package Overview
Dependencies
Maintainers
1
Versions
337
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oidc-provider - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

CHANGELOG.md

@@ -8,2 +8,3 @@ # oidc-provider CHANGELOG

<!-- TOC START min:2 max:2 link:true update:true -->
- [Version 1.0.1](#version-101)
- [Version 1.0.0](#version-100)

@@ -15,2 +16,6 @@ - [Migrating from 0.11.x to 1.0.0](#migrating-from-011x-to-100)

## Version 1.0.1
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v1.0.0...v1.0.1)
- Updated uuid dependency
## Version 1.0.0

@@ -17,0 +22,0 @@ - [DIFF](https://github.com/panva/node-oidc-provider/compare/v0.11.4...v1.0.0)

6

package.json
{
"author": "Filip Skokan",
"author": "Filip Skokan <panva.ip@gmail.com>",
"homepage": "https://github.com/panva/node-oidc-provider",

@@ -19,3 +19,3 @@ "dependencies": {

"oidc-token-hash": "^1.0.0",
"uuid": "^2.0.2",
"uuid": "^3.0.0",
"valid-url": "^1.0.9"

@@ -66,3 +66,3 @@ },

},
"version": "1.0.0",
"version": "1.0.1",
"files": [

@@ -69,0 +69,0 @@ "lib"

# oidc-provider
[![build][travis-image]][travis-url] [![dependencies][david-image]][david-url] [![codecov][codecov-image]][codecov-url] [![npm][npm-image]][npm-url] [![licence][licence-image]][licence-url]
[![build][travis-image]][travis-url] [![codecov][codecov-image]][codecov-url] [![npm][npm-image]][npm-url] [![licence][licence-image]][licence-url]

@@ -115,4 +115,2 @@ oidc-provider is an OpenID Provider implementation of [OpenID Connect][openid-connect]. It allows to

[travis-url]: https://travis-ci.org/panva/node-oidc-provider
[david-image]: https://img.shields.io/david/panva/node-oidc-provider.svg?style=flat-square&maxAge=7200
[david-url]: https://david-dm.org/panva/node-oidc-provider
[codecov-image]: https://img.shields.io/codecov/c/github/panva/node-oidc-provider/master.svg?style=flat-square&maxAge=7200

@@ -119,0 +117,0 @@ [codecov-url]: https://codecov.io/gh/panva/node-oidc-provider

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