Socket
Socket
Sign inDemoInstall

arctic

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arctic - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

dist/providers/linkedin.d.ts

2

dist/index.d.ts

@@ -8,2 +8,3 @@ export { Apple } from "./providers/apple.js";

export { Line } from "./providers/line.js";
export { LinkedIn } from "./providers/linkedin.js";
export { Spotify } from "./providers/spotify.js";

@@ -19,2 +20,3 @@ export { Twitch } from "./providers/twitch.js";

export type { LineIdTokenClaims, LineRefreshedTokens, LineTokens, LineUser } from "./providers/line.js";
export type { LinkedInTokens, LinkedInUser } from "./providers/linkedin.js";
export type { SpotifyTokens, SpotifyUser } from "./providers/spotify.js";

@@ -21,0 +23,0 @@ export type { TwitchTokens, TwitchUser } from "./providers/twitch.js";

@@ -8,2 +8,3 @@ export { Apple } from "./providers/apple.js";

export { Line } from "./providers/line.js";
export { LinkedIn } from "./providers/linkedin.js";
export { Spotify } from "./providers/spotify.js";

@@ -10,0 +11,0 @@ export { Twitch } from "./providers/twitch.js";

2

package.json
{
"name": "arctic",
"type": "module",
"version": "0.4.1",
"version": "0.4.2",
"description": "OAuth 2.0 with built-in providers",

@@ -6,0 +6,0 @@ "main": "dist/index.js",

@@ -20,2 +20,3 @@ # `arctic`

- Google
- LinkedIn
- Twitch

@@ -22,0 +23,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