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

@bizon/mws-sdk

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bizon/mws-sdk - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

lib/client/parsers/subscriptions/notifications/feed-processing-finished.js

7

lib/client/parsers/subscriptions/notifications/index.js

@@ -5,2 +5,3 @@ const parseNotificationMetadata = require('./notification-metadata')

const parseAnyOfferChanged = require('./any-offer-changed')
const parseFeedProcessingFinished = require('./feed-processing-finished')

@@ -23,2 +24,8 @@ module.exports = (key, node) => {

case 'FeedProcessingFinished':
return {
notificationMetadata,
notificationPayload: parseFeedProcessingFinished(`${key}/NotificationPayload/FeedProcessingFinishedNotification`, node)
}
default:

@@ -25,0 +32,0 @@ throw new Error(`Unknown notification type ${notificationMetadata.notificationType}`)

2

package.json
{
"name": "@bizon/mws-sdk",
"version": "2.0.1",
"version": "2.1.0",
"main": "index.js",

@@ -5,0 +5,0 @@ "description": "SDK for Amazon Marketplace Web Services",

@@ -231,4 +231,8 @@ # mws-sdk [![CircleCI](https://circleci.com/gh/bizon/mws-sdk.svg?style=svg)](https://circleci.com/gh/bizon/mws-sdk)

Parse an XML notification. Only `Test` and `AnyOfferChanged` notifications are supported.
Parse an XML notification. The following notifications are supported:
- `Test`
- `AnyOfferChanged`
- `FeedProcessingFinished`
### Common

@@ -235,0 +239,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