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.5 to 0.1.6

5

bin/main.js

@@ -27,2 +27,3 @@ 'use strict';

this._token = settings.token;
this._auth = settings.auth; // [JWT : JSON Web Token / Session ID]
}

@@ -44,2 +45,6 @@

if (this._authorization) {
headers.Authorization = this._auth;
}
headers['X-Requested-With'] = "XHttpRequest";

@@ -46,0 +51,0 @@

2

package.json
{
"name": "penneo-js-sdk",
"title": "Penneo - Javascript SDK",
"version": "0.1.5",
"version": "0.1.6",
"description": "Penneo Javascript SDK",

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

@@ -8,2 +8,3 @@ import axios from 'axios';

this._token = settings.token;
this._auth = settings.auth; // [JWT : JSON Web Token / Session ID]
}

@@ -22,2 +23,6 @@

if (this._authorization) {
headers.Authorization = this._auth;
}
headers['X-Requested-With'] = "XHttpRequest";

@@ -24,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