New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@guestlinelabs/react-auth

Package Overview
Dependencies
Maintainers
8
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guestlinelabs/react-auth - npm Package Compare versions

Comparing version 0.3.0 to 1.0.0

1

dist/types.d.ts

@@ -133,3 +133,2 @@ import * as t from 'io-ts';

'https://guestline.com/is-superuser': t.BooleanC;
'https://guestline.com/is-supervisor': t.BooleanC;
}>, t.PartialC<{

@@ -136,0 +135,0 @@ given_name: t.UnionC<[t.StringC, t.NullC]>;

@@ -66,4 +66,2 @@ "use strict";

'https://guestline.com/is-superuser': t.boolean,
// Deprecated: use is-superuser
'https://guestline.com/is-supervisor': t.boolean,
}),

@@ -70,0 +68,0 @@ t.partial({

2

package.json
{
"name": "@guestlinelabs/react-auth",
"version": "0.3.0",
"version": "1.0.0",
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",

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

@@ -100,4 +100,2 @@ import * as t from 'io-ts';

'https://guestline.com/is-superuser': t.boolean,
// Deprecated: use is-superuser
'https://guestline.com/is-supervisor': t.boolean,
}),

@@ -104,0 +102,0 @@ t.partial({

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