New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

woocommerce-api

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

woocommerce-api - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "woocommerce-api",
"description": "A Node.js wrapper for the WooCommerce REST API",
"version": "1.3.0",
"version": "1.3.1",
"scripts": {

@@ -6,0 +6,0 @@ "lint": "jshint .",

@@ -36,3 +36,3 @@ # WooCommerce API - Node.js Client

Setup for the new WP REST API integration:
Setup for the new WP REST API integration (WooCommerce 2.6 or later):

@@ -58,3 +58,3 @@ ```js

| `consumerSecret` | `String` | yes | Your API consumer secret |
| `wpAPI` | `Bool` | no | Allow requests to the WP REST API |
| `wpAPI` | `Bool` | no | Allow requests to the WP REST API (WooCommerce 2.6 or later) |
| `version` | `String` | no | API version, default is `v3` |

@@ -102,3 +102,4 @@ | `verifySsl` | `Bool` | no | Verify SSL when connect, use this option as `false` when need to test with self-signed certificates |

- 2016-06-03 - v1.3.0 - ADded new `timeout` option and updated dependencies.
- 2016-06-08 - v1.3.1 - Fixed README.md.
- 2016-06-03 - v1.3.0 - Added new `timeout` option and updated dependencies.
- 2016-05-09 - v1.2.0 - Added support for WP REST API and added method to do HTTP OPTIONS requests.

@@ -105,0 +106,0 @@ - 2016-03-18 - v1.1.1 - Added support for ports.

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