Socket
Socket
Sign inDemoInstall

@amplication/plugin-auth-basic

Package Overview
Dependencies
Maintainers
7
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplication/plugin-auth-basic - npm Package Compare versions

Comparing version 1.3.2-beta.0 to 1.3.2-beta.1

dist/static/auth/auth.module.ts

2

dist/index.js

@@ -220,3 +220,3 @@ /******/ (() => { // webpackBootstrap

const staticPath = (0, path_1.resolve)(__dirname, "./static");
const staticsFiles = await context.utils.importStaticModules(staticPath, context.serverDirectories.authDirectory);
const staticsFiles = await context.utils.importStaticModules(staticPath, context.serverDirectories.srcDirectory);
return [...staticsFiles, ...modules];

@@ -223,0 +223,0 @@ }

{
"name": "@amplication/plugin-auth-basic",
"version": "1.3.2-beta.0",
"version": "1.3.2-beta.1",
"description": "set basic auth for Amplication build",

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

@@ -51,3 +51,3 @@ import {

staticPath,
context.serverDirectories.authDirectory
context.serverDirectories.srcDirectory
);

@@ -54,0 +54,0 @@ return [...staticsFiles, ...modules];

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