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.8.6 to 1.8.7

2

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

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

@@ -55,3 +55,3 @@ ![GitHub package.json version](https://img.shields.io/github/package-json/v/techneplus/react-native-woocommerce-api.svg) [![Build Status](https://travis-ci.org/JamesUgbanu/react-native-woocommerce-api.svg?branch=master)](https://travis-ci.org/JamesUgbanu/react-native-woocommerce-api)

```javascript
WooCommerceAPI.get('products', { customer: userID, per_page: 100 })
WooCommerceAPI.get('orders', { customer: userID, per_page: 100 })
.then(data => {

@@ -58,0 +58,0 @@ console.log(data);

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