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.1 to 1.3.2

4

index.js

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

this.classVersion = '1.3.0';
this.classVersion = '1.3.2';
this._setDefaultsOptions(opt);

@@ -131,3 +131,3 @@ }

if ('v3' !== this.version) {
if (-1 < ['v1', 'v2'].indexOf(this.version)) {
data.last_ampersand = false;

@@ -134,0 +134,0 @@ }

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

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

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

- 2016-06-09 - v1.3.2 - Fixed oAuth signature for WP REST API.
- 2016-06-08 - v1.3.1 - Fixed README.md.

@@ -102,0 +103,0 @@ - 2016-06-03 - v1.3.0 - Added new `timeout` option and updated dependencies.

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