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

angular2-jwt

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-jwt - npm Package Compare versions

Comparing version 0.1.17 to 0.1.18

2

angular2-jwt.js

@@ -106,3 +106,3 @@ "use strict";

if (additionalOptions) {
options.merge(additionalOptions);
options = options.merge(additionalOptions);
}

@@ -109,0 +109,0 @@ return this.request(new http_1.Request(this.mergeOptions(this._defOpts, options)));

@@ -127,3 +127,3 @@ import {provide, Injectable} from '@angular/core';

if (additionalOptions) {
options.merge(additionalOptions);
options = options.merge(additionalOptions);
}

@@ -130,0 +130,0 @@ return this.request(new Request(this.mergeOptions(this._defOpts, options)));

{
"name": "angular2-jwt",
"version": "0.1.17",
"version": "0.1.18",
"description": "Helper library for handling JWTs in Angular 2",

@@ -5,0 +5,0 @@ "repository": {

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