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

innong

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

innong - npm Package Compare versions

Comparing version 0.1.0 to 0.1.2

3

build/http/jwt-http.service.js

@@ -48,3 +48,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var http_1 = require("@angular/common/http");
var http_service_1 = require("./http.service");

@@ -77,3 +76,3 @@ var JwtHttpService = (function (_super) {

JwtHttpService.prototype.processOptions = function (options) {
options.headers = options.headers || new http_1.HttpHeaders();
options.headers = options.headers || {};
if (this.authStorageService.isAuthenticated()) {

@@ -80,0 +79,0 @@ options.headers['Authorization'] = 'Bearer ' + this.authStorageService.getCurrentJwtToken();

{
"name": "innong",
"version": "0.1.0",
"version": "0.1.2",
"description": "Angular ecom rnd lib",

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

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