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

penneo-js-sdk

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

penneo-js-sdk - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

2

bin/main.js

@@ -49,3 +49,3 @@ 'use strict';

if (this._auth || this._token) {
if (this._token && this._auth) {
headers.Authorization = this._auth;

@@ -52,0 +52,0 @@ }

{
"name": "penneo-js-sdk",
"title": "Penneo - Javascript SDK",
"version": "0.1.10",
"version": "0.1.11",
"description": "Penneo Javascript SDK",

@@ -6,0 +6,0 @@ "author": "Jesús Otero <jo@penneo.com> - http://penneo.com",

@@ -26,3 +26,3 @@ import axios from 'axios';

if (this._auth || this._token) {
if (this._token && this._auth) {
headers.Authorization = this._auth;

@@ -29,0 +29,0 @@ }

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