Socket
Socket
Sign inDemoInstall

react-native-woocommerce-api

Package Overview
Dependencies
9
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.5.1

8

lib/react-native-woocommerce-api.js

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

//check if params is passed
if (method === 'GET' && typeof data === 'object') {

@@ -213,9 +214,2 @@ url = url + '?' + this.join(data, '&');

if (method === 'GET') {
if (data) {
requestUrl += '&' + this.join(data, '&');
}
// console.log('encode', params.qs.oauth_signature);
//console.log(requestUrl);
return fetch(requestUrl, {

@@ -222,0 +216,0 @@ headers: {

2

package.json
{
"name": "react-native-woocommerce-api",
"version": "1.5.0",
"version": "1.5.1",
"description": "Connects react Native to the WooCommerce API",

@@ -5,0 +5,0 @@ "main": "lib/react-native-woocommerce-api.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc