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

oslo

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oslo - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

42

package.json
{
"name": "oslo",
"type": "module",
"version": "0.9.1",
"version": "0.9.2",
"description": "A collection of auth-related utilities",

@@ -29,4 +29,40 @@ "main": "dist/index.js",

"*": {
"*": [
"dist/*"
".": [
"./dist/index.d.ts"
],
"./cookie": [
"./dist/cookie/index.d.ts"
],
"./encoding": [
"./dist/encoding/index.d.ts"
],
"./oauth2": [
"./dist/oauth2/index.d.ts"
],
"./oauth2/providers": [
"./dist/oauth2/providers/index.d.ts"
],
"./oidc": [
"./dist/oidc/index.d.ts"
],
"./otp": [
"./dist/otp/index.d.ts"
],
"./password": [
"./dist/password/index.d.ts"
],
"./random": [
"./dist/random/index.d.ts"
],
"./request": [
"./dist/request/index.d.ts"
],
"./session": [
"./dist/session/index.d.ts"
],
"./token": [
"./dist/token/index.d.ts"
],
"./webauthn": [
"./dist/webauthn/index.d.ts"
]

@@ -33,0 +69,0 @@ }

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