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

@fluffy-spoon/angular.authentication.jwt

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluffy-spoon/angular.authentication.jwt - npm Package Compare versions

Comparing version 1.0.58 to 1.0.59

5

dist/AuthenticationHttpInterceptor.d.ts

@@ -1,2 +0,3 @@

import { HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http';
import { Observable } from 'rxjs';
import { HttpInterceptor, HttpHandler, HttpRequest, HttpEvent } from '@angular/common/http';
import { TokenContainer } from './TokenContainer';

@@ -6,5 +7,5 @@ export declare class AuthenticationHttpInterceptor implements HttpInterceptor {

constructor(tokenContainer: TokenContainer);
intercept(request: HttpRequest<any>, next: HttpHandler): any;
intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
private handleResponseHeader;
private readonly isSignedIn;
}

4

dist/AuthenticationService.js

@@ -157,6 +157,6 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

};
var _a;
AuthenticationService = __decorate([
Injectable(),
__metadata("design:paramtypes", [typeof (_a = typeof HttpClient !== "undefined" && HttpClient) === "function" && _a || Object, TokenContainer, String])
__metadata("design:paramtypes", [HttpClient,
TokenContainer, String])
], AuthenticationService);

@@ -163,0 +163,0 @@ return AuthenticationService;

@@ -0,1 +1,2 @@

//created by Mathias Lorenzen.
export { AuthenticationHttpInterceptor } from './AuthenticationHttpInterceptor';

@@ -2,0 +3,0 @@ export { AuthenticationService } from './AuthenticationService';

{
"name": "@fluffy-spoon/angular.authentication.jwt",
"version": "1.0.58",
"version": "1.0.59",
"description": "",

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

@@ -0,1 +1,3 @@

//created by Mathias Lorenzen.
export { AuthenticationHttpInterceptor } from './AuthenticationHttpInterceptor';

@@ -2,0 +4,0 @@ export { AuthenticationService } from './AuthenticationService';

Sorry, the diff of this file is not supported yet

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