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

apac

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apac - npm Package Versions

23

3.0.2

Diff

Changelog

Source

3.0.2

  • Mindor documentation updates
  • Update dependencies
dmcquay
published 3.0.1 •

dmcquay
published 3.0.0 •

Changelog

Source

3.0.0

This is only a major version bump because we are not longer returning promises when using the callback interface.

  • Allow overriding the http request scheme (see https://github.com/dmcquay/node-apac/pull/75)
  • When providing a callback, a promise will no longer be returned. You must pick one or the other. The purpose of this is to avoid unhandle rejection warnings.
  • Upgrade xml2js from 0.4.16 to 0.4.17
dmcquay
published 2.0.2 •

Changelog

Source

2.0.2

  • Document locales
dmcquay
published 2.0.1 •

Changelog

Source

2.0.1

  • Fix throttle mechanism
dmcquay
published 2.0.0 •

Changelog

Source

2.0.0

NOTE: In v2.0.0, we changed the default for xml2js to set explicitArray to false. Before v.2.0.0, you would get a response like this instead (note the extra arrays you have to drill into):

{
    ItemSearchResponse: {
        OperationRequest: [ [Object] ],
        Items: [ [Object] ]
    }
}

You can change back to the old behavior by setting explitArray to true like this:

var opHelper = new OperationHelper({
    awsId:     '[YOUR AWS ID HERE]',
    awsSecret: '[YOUR AWS SECRET HERE]',
    assocId:   '[YOUR ASSOCIATE TAG HERE]',
    xml2jsOptions: { explicitArray: true }
});
  • Errors are now returned as the first parameter of the callback function, instead of being processed by a seperate OnError function.
dmcquay
published 1.5.0 •

dmcquay
published 1.4.0 •

dmcquay
published 1.2.0 •

dmcquay
published 1.1.1 •

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