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

amazon-book-search-se-openshift

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.1 to 0.0.2

.npmignore

2

package.json
{
"name": "amazon-book-search-se-openshift",
"version": "0.0.1",
"version": "0.0.2",
"description": "Simple wrapper around apac to return book results from Amazon's Product Advertising API. Based on amazon-book-search by kuryaki. Uses apac version 0.0.13 so it can work with openshift's version of node.js",

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

@@ -1,2 +0,2 @@

## Amazon Book Search SE
## Amazon Book Search SE OpenShift

@@ -12,3 +12,3 @@ This allows you to find books on amazon through their Product Advertising API.

$ npm install amazon-book-search-se
$ npm install amazon-book-search-se-openshift

@@ -21,3 +21,3 @@ ### Requirements

var amazonBookSearchSE = require('amazon-book-search-se');
var amazonBookSearchSE = require('amazon-book-search-se-openshift');
var absse = new amazonBookSearchSE({ awsKey: "YOUR KEY", awsSecret: "YOUR SECRET", assocId: "YOUR ASSOCIATE TAG" });

@@ -24,0 +24,0 @@

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