Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

shopify-node

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

shopify-node - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

5

lib/shopify.js

@@ -55,2 +55,7 @@ function ShopifyConnect(params) {

res.on('end', function() {
if (!responseData && (res.statusCode >= 200 && res.statusCode < 300)){
return callback(null, null);
}
var error = null;

@@ -57,0 +62,0 @@ try {

2

package.json
{
"name": "shopify-node",
"description": "A NodeJS connector for Shopify OAuth2",
"version": "0.2.3",
"version": "0.2.4",
"author": {

@@ -6,0 +6,0 @@ "name": "uh-sem-blee, Co. | typefoo",

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