Socket
Socket
Sign inDemoInstall

shopify-api-node

Package Overview
Dependencies
Maintainers
3
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shopify-api-node - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

package.json
{
"name": "shopify-api-node",
"version": "1.1.0",
"version": "1.2.0",
"description": "Shopify API bindings for Node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -24,2 +24,12 @@ 'use strict';

/**
* Gets the current logged-in user.
*
* @return {Promise} Promise that resolves with the result
* @public
*/
User.prototype.current = function() {
return this.get('current');
};
module.exports = User;
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