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

@authorizerdev/authorizer-svelte

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@authorizerdev/authorizer-svelte - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

icons/Microsoft.svelte

3

icons/index.d.ts

@@ -8,2 +8,3 @@ import Apple from './Apple.svelte';

import Twitter from './Twitter.svelte';
export { Apple, Facebook, Github, Google, Linkedin, Twitter, Close };
import Microsoft from './Microsoft.svelte';
export { Apple, Facebook, Github, Google, Linkedin, Twitter, Close, Microsoft };

@@ -8,2 +8,3 @@ import Apple from './Apple.svelte';

import Twitter from './Twitter.svelte';
export { Apple, Facebook, Github, Google, Linkedin, Twitter, Close };
import Microsoft from './Microsoft.svelte';
export { Apple, Facebook, Github, Google, Linkedin, Twitter, Close, Microsoft };
{
"name": "@authorizerdev/authorizer-svelte",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",

@@ -27,3 +27,3 @@ "author": "Lakhan Samani",

"dependencies": {
"@authorizerdev/authorizer-js": "^1.1.2"
"@authorizerdev/authorizer-js": "^1.1.4"
},

@@ -50,2 +50,3 @@ "exports": {

"./icons/Linkedin.svelte": "./icons/Linkedin.svelte",
"./icons/Microsoft.svelte": "./icons/Microsoft.svelte",
"./icons/Twitter.svelte": "./icons/Twitter.svelte",

@@ -52,0 +53,0 @@ "./icons": "./icons/index.js",

@@ -16,2 +16,3 @@ /* eslint-disable @typescript-eslint/no-empty-function */

is_twitter_login_enabled: false,
is_microsoft_login_enabled: false,
is_email_verification_enabled: false,

@@ -35,3 +36,3 @@ is_basic_authentication_enabled: false,

}),
logout: async () => { },
logout: async () => { }
});

@@ -13,2 +13,3 @@ import type { AuthToken, User, Authorizer } from '@authorizerdev/authorizer-js';

is_twitter_login_enabled?: boolean;
is_microsoft_login_enabled?: boolean;
is_email_verification_enabled?: boolean;

@@ -15,0 +16,0 @@ is_basic_authentication_enabled?: boolean;

Sorry, the diff of this file is not supported yet

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