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.7 to 0.1.8

5

bin/main.js

@@ -31,2 +31,7 @@ 'use strict';

_createClass(RequestHandler, [{
key: 'getToken',
value: function getToken() {
return this._token;
}
}, {
key: 'setToken',

@@ -33,0 +38,0 @@ value: function setToken(token) {

2

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

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

@@ -11,2 +11,6 @@ import axios from 'axios';

getToken() {
return this._token;
}
setToken(token) {

@@ -13,0 +17,0 @@ this._token = token;

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