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.1.8 to 0.1.9

2

lib/shopify.js

@@ -27,3 +27,3 @@ function ShopifyConnect(params) {

+ '&scope=' + $scope.config.scope
+ '&redirect_url=' + $scope.config.redirect;
+ '&redirect_uri=' + $scope.config.redirect;
};

@@ -30,0 +30,0 @@

{
"name": "shopify-node",
"description": "A NodeJS connector for Shopify OAuth2",
"version": "0.1.8",
"version": "0.1.9",
"author": {

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

@@ -7,4 +7,4 @@ var prompt = require('prompt');

shop_name: 'typefoo',
id: '639e5b59d03a4135d4f4cd176d8b0d0c',
secret: '07e3e4d5711054ead625ac7356552660',
id: '',
secret: '',
redirect: 'http://localhost:9000/#/oauth'

@@ -11,0 +11,0 @@ });

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