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.3 to 0.1.4

6

bin/main.js

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

var request = {
method: 'GET',
method: 'POST',
url: resource,

@@ -112,3 +112,3 @@ data: data

var request = {
method: 'GET',
method: 'PUT',
url: resource,

@@ -131,3 +131,3 @@ data: data

var request = {
method: 'GET',
method: 'PATCH',
url: resource,

@@ -134,0 +134,0 @@ data: data

{
"name": "penneo-js-sdk",
"title": "Penneo - Javascript SDK",
"version": "0.1.3",
"version": "0.1.4",
"description": "Penneo Javascript SDK",

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

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

let request = {
method: 'GET',
method: 'POST',
url: resource,

@@ -82,3 +82,3 @@ data: data

let request = {
method: 'GET',
method: 'PUT',
url: resource,

@@ -99,3 +99,3 @@ data: data

let request = {
method: 'GET',
method: 'PATCH',
url: resource,

@@ -102,0 +102,0 @@ data: data

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