Socket
Socket
Sign inDemoInstall

arctic

Package Overview
Dependencies
37
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

2

dist/providers/apple.js

@@ -63,3 +63,3 @@ import { TimeSpan, createDate } from "oslo";

});
return jwt.value;
return jwt;
}

@@ -66,0 +66,0 @@ parseIdToken(idToken) {

{
"name": "arctic",
"type": "module",
"version": "0.3.0",
"version": "0.3.1",
"description": "A collection of auth-related utilities",

@@ -27,3 +27,3 @@ "main": "dist/index.js",

"dependencies": {
"oslo": "0.19.0"
"oslo": "0.21.0"
},

@@ -30,0 +30,0 @@ "scripts": {

@@ -41,3 +41,3 @@ # `arctic`

const github = new GitHub(clientId, clientSecret, redirectURI);
const google = new Google(clientId, clientSecret, redirectURI);
```

@@ -44,0 +44,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc