Socket
Socket
Sign inDemoInstall

amazon-mws-cli

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

4

package.json
{
"name": "amazon-mws-cli",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "A command-line tool to access the Amazon Marketplace Web Services API",

@@ -24,4 +24,4 @@ "scripts": {

"dependencies": {
"shiny-robot": "git+https://github.com/simonjayhawkins/shiny-robot.git#70f53e7002757e4f6c5fa7d5a0079e4eb852a7ae"
"@simonjayhawkins/shiny-robot": "git+https://github.com/simonjayhawkins/shiny-robot.git#9b95c52a8d449d291a9f932059db5291b320b906"
}
}
#!/usr/bin/env node
const {Products} = require('shiny-robot')
const getCredentials = require('./shared/getCredentials')
const {getCredentials, Products} = require('@simonjayhawkins/shiny-robot')

@@ -6,0 +5,0 @@ const exit = err => {

#!/usr/bin/env node
const {Products} = require('shiny-robot')
const getCredentials = require('./shared/getCredentials')
const {getCredentials, Products} = require('@simonjayhawkins/shiny-robot')

@@ -6,0 +5,0 @@ const exit = err => {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc