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

amazon-book-search-se

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-book-search-se - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

amazon-book-search-se.js

@@ -32,9 +32,4 @@ // requires

if(error){
callback(error, null);
return;
return callback(error, null);
};
console.log("result", result);
for(var i=0; i < result.results.length; i++){
console.log("result.results[" + i + "].ItemAttributes", result.results[i].ItemAttributes);
}
callback(null, result);

@@ -41,0 +36,0 @@ };

5

lib/amazon-search-helper.js

@@ -40,6 +40,3 @@ var apacOperationHelper = require('apac').OperationHelper;

}
console.log("response", response);
console.log("response.ItemSearchResponse.Items[0]", response.ItemSearchResponse.Items[0]);
var results = response.ItemSearchResponse.Items[0].Item;

@@ -46,0 +43,0 @@ var totalResults = response.ItemSearchResponse.Items[0].TotalResults[0];

{
"name": "amazon-book-search-se",
"version": "0.0.2",
"version": "0.0.3",
"description": "Simple wrapper around apac to return book results from Amazon's Product Advertising API. Based on amazon-book-search by kuryaki.",

@@ -5,0 +5,0 @@ "main": "amazon-book-search-se.js",

Sorry, the diff of this file is not supported yet

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