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

@adminide-stack/core

Package Overview
Dependencies
Maintainers
0
Versions
801
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminide-stack/core - npm Package Compare versions

Comparing version 9.1.1-alpha.101 to 9.1.1-alpha.102

4

lib/interfaces/apollo-context.d.ts
import { DataProxy } from '@apollo/client/cache';
import { ApolloClient } from '@apollo/client/index.js';
import { IUserContext, IUserProfile, IIAuth0Token } from './generated';
import { IUserContext, IUserProfile, IIAuth0Token, IAuthStrategyEnum } from './generated';
import express from 'express';

@@ -39,3 +39,3 @@ import { IPreferncesTransformed } from '@common-stack/server-core';

req: express.Request & {
authStrategy: string;
authStrategy: IAuthStrategyEnum | string;
};

@@ -42,0 +42,0 @@ res: express.Response;

{
"name": "@adminide-stack/core",
"version": "9.1.1-alpha.101",
"version": "9.1.1-alpha.102",
"description": "AdminIDE core for higher packages to depend on",

@@ -40,3 +40,3 @@ "license": "ISC",

},
"gitHead": "b38b7112b3bbeaef36b7ee90c36fadb54ed4ca45"
"gitHead": "26771e5031febcd9f574d782f40ca38a2a9082e2"
}
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