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.0.1 to 1.0.2

2

example.js
'use strict';
var WooCommerceAPI = require('./index.js'); // use require('WooCommerceAPI')
var WooCommerceAPI = require('./index.js'); // use require('woocommerce-api')

@@ -5,0 +5,0 @@ // Initialize the WooCommerceAPI class

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

this.classVersion = '1.0.1';
this.classVersion = '1.0.2';
this._setDefaultsOptions(opt);

@@ -35,0 +35,0 @@ }

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

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

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

```js
var WooCommerceAPI = require('WooCommerceAPI');
var WooCommerceAPI = require('woocommerce-api');

@@ -75,3 +75,4 @@ var WooCommerce = new WooCommerceAPI({

- 2015-07-11 - v1.0.2 - Fixed the examples on example.js and README.md.
- 2015-07-11 - v1.0.1 - Added unit tests, improved the main class and added full description on README.md.
- 2015-07-11 - v1.0.0 - Initial release.
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