mongodb-stitch
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -486,4 +486,4 @@ 'use strict'; | ||
return { | ||
list: function list() { | ||
return api._get(appUrl + '/event_subscriptions'); | ||
list: function list(filter) { | ||
return api._get(appUrl + '/event_subscriptions', filter); | ||
}, | ||
@@ -490,0 +490,0 @@ create: function create(data) { |
@@ -17,4 +17,4 @@ 'use strict'; | ||
var version = 'unknown'; | ||
if (typeof "3.2.0" !== 'undefined') { | ||
version = "3.2.0"; | ||
if (typeof "3.2.1" !== 'undefined') { | ||
version = "3.2.1"; | ||
} | ||
@@ -21,0 +21,0 @@ var SDK_VERSION = exports.SDK_VERSION = version; |
{ | ||
"name": "mongodb-stitch", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "", |
@@ -282,3 +282,3 @@ /* global window, fetch */ | ||
eventSubscriptions: () => ({ | ||
list: () => api._get(`${appUrl}/event_subscriptions`), | ||
list: (filter) => api._get(`${appUrl}/event_subscriptions`, filter), | ||
create: (data) => api._post(`${appUrl}/event_subscriptions`, data), | ||
@@ -285,0 +285,0 @@ eventSubscription: (eventSubscriptionId) => ({ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
6221020
31932
57