Socket
Socket
Sign inDemoInstall

@awesome-cordova-plugins/urbanairship

Package Overview
Dependencies
4
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0-alpha.1 to 6.0.0-alpha.2

186

ngx/bundle.js

@@ -5,4 +5,5 @@ 'use strict';

var core = require('@angular/core');
var core$1 = require('@awesome-cordova-plugins/core');
var tslib = require('tslib');
var core$1 = require('@angular/core');
var core = require('@awesome-cordova-plugins/core');
require('rxjs');

@@ -36,74 +37,78 @@

})(exports.PresentationOptions || (exports.PresentationOptions = {}));
class UrbanAirShip extends core$1.AwesomeCordovaNativePlugin {
onDeepLink() { return core$1.cordova(this, "onDeepLink", { "eventObservable": true, "event": "urbanairship.deep_link", "element": "document" }, arguments); }
onRegistration() { return core$1.cordova(this, "onRegistration", { "eventObservable": true, "event": "urbanairship.registration", "element": "document" }, arguments); }
onInboxUpdated() { return core$1.cordova(this, "onInboxUpdated", { "eventObservable": true, "event": "urbanairship.inbox_updated", "element": "document" }, arguments); }
onShowInbox() { return core$1.cordova(this, "onShowInbox", { "eventObservable": true, "event": "urbanairship.show_inbox", "element": "document" }, arguments); }
onPushReceived() { return core$1.cordova(this, "onPushReceived", { "eventObservable": true, "event": "urbanairship.push", "element": "document" }, arguments); }
onNotificationOpened() { return core$1.cordova(this, "onNotificationOpened", { "eventObservable": true, "event": "urbanairship.notification_opened", "element": "document" }, arguments); }
onNotificationOptInStatus() { return core$1.cordova(this, "onNotificationOptInStatus", { "eventObservable": true, "event": "urbanairship.notification_opt_in_status", "element": "document" }, arguments); }
reattach() { return core$1.cordova(this, "reattach", { "sync": true }, arguments); }
takeOff(config) { return core$1.cordova(this, "takeOff", {}, arguments); }
setAndroidNotificationConfig(config) { return core$1.cordova(this, "setAndroidNotificationConfig", {}, arguments); }
setAutoLaunchDefaultMessageCenter(enabled) { return core$1.cordova(this, "setAutoLaunchDefaultMessageCenter", {}, arguments); }
setUserNotificationsEnabled(enabled) { return core$1.cordova(this, "setUserNotificationsEnabled", {}, arguments); }
isUserNotificationsEnabled() { return core$1.cordova(this, "isUserNotificationsEnabled", {}, arguments); }
isAppNotificationsEnabled() { return core$1.cordova(this, "isAppNotificationsEnabled", {}, arguments); }
getChannelID() { return core$1.cordova(this, "getChannelID", {}, arguments); }
getLaunchNotification(clear) { return core$1.cordova(this, "getLaunchNotification", {}, arguments); }
getDeepLink(clear) { return core$1.cordova(this, "getDeepLink", {}, arguments); }
getTags() { return core$1.cordova(this, "getTags", {}, arguments); }
setTags(tags) { return core$1.cordova(this, "setTags", {}, arguments); }
getAlias() { return core$1.cordova(this, "getAlias", {}, arguments); }
setAlias(alias) { return core$1.cordova(this, "setAlias", {}, arguments); }
isQuietTimeEnabled() { return core$1.cordova(this, "isQuietTimeEnabled", {}, arguments); }
setQuietTimeEnabled(enabled) { return core$1.cordova(this, "setQuietTimeEnabled", {}, arguments); }
isInQuietTime() { return core$1.cordova(this, "isInQuietTime", {}, arguments); }
getQuietTime() { return core$1.cordova(this, "getQuietTime", {}, arguments); }
setQuietTime(startHour, startMinute, endHour, endMinute) { return core$1.cordova(this, "setQuietTime", {}, arguments); }
setAnalyticsEnabled(enabled) { return core$1.cordova(this, "setAnalyticsEnabled", {}, arguments); }
isAnalyticsEnabled() { return core$1.cordova(this, "isAnalyticsEnabled", {}, arguments); }
getNamedUser() { return core$1.cordova(this, "getNamedUser", {}, arguments); }
setNamedUser(namedUser) { return core$1.cordova(this, "setNamedUser", {}, arguments); }
runAction(actionName, actionValue) { return core$1.cordova(this, "runAction", {}, arguments); }
editNamedUserTagGroups() { return core$1.cordova(this, "editNamedUserTagGroups", { "sync": true }, arguments); }
editChannelTagGroups() { return core$1.cordova(this, "editChannelTagGroups", { "sync": true }, arguments); }
editChannelAttributes() { return core$1.cordova(this, "editChannelAttributes", { "sync": true }, arguments); }
editNamedUserAttributes() { return core$1.cordova(this, "editNamedUserAttributes", { "sync": true }, arguments); }
editChannelSubscriptionLists() { return core$1.cordova(this, "editChannelSubscriptionLists", { "sync": true }, arguments); }
editContactSubscriptionLists() { return core$1.cordova(this, "editContactSubscriptionLists", { "sync": true }, arguments); }
getChannelSubscriptionLists() { return core$1.cordova(this, "getChannelSubscriptionLists", { "successIndex": 1, "errorIndex": 2 }, arguments); }
getContactSubscriptionLists() { return core$1.cordova(this, "getContactSubscriptionLists", { "successIndex": 1, "errorIndex": 2 }, arguments); }
setAssociatedIdentifier(key, identifier) { return core$1.cordova(this, "setAssociatedIdentifier", {}, arguments); }
setLocationEnabled(enabled) { return core$1.cordova(this, "setLocationEnabled", {}, arguments); }
isLocationEnabled() { return core$1.cordova(this, "isLocationEnabled", {}, arguments); }
setBackgroundLocationEnabled(enabled) { return core$1.cordova(this, "setBackgroundLocationEnabled", {}, arguments); }
isBackgroundLocationEnabled() { return core$1.cordova(this, "isBackgroundLocationEnabled", {}, arguments); }
displayMessageCenter() { return core$1.cordova(this, "displayMessageCenter", {}, arguments); }
dismissMessageCenter() { return core$1.cordova(this, "dismissMessageCenter", {}, arguments); }
dismissInboxMessage() { return core$1.cordova(this, "dismissInboxMessage", {}, arguments); }
dismissOverlayInboxMessage() { return core$1.cordova(this, "dismissOverlayInboxMessage", {}, arguments); }
getInboxMessages() { return core$1.cordova(this, "getInboxMessages", {}, arguments); }
markInboxMessageRead(messageId) { return core$1.cordova(this, "markInboxMessageRead", {}, arguments); }
deleteInboxMessage(messageId) { return core$1.cordova(this, "deleteInboxMessage", {}, arguments); }
displayInboxMessage(messageId) { return core$1.cordova(this, "displayInboxMessage", {}, arguments); }
refreshInbox() { return core$1.cordova(this, "refreshInbox", {}, arguments); }
overlayInboxMessage(messageId) { return core$1.cordova(this, "overlayInboxMessage", {}, arguments); }
clearNotification(identifier) { return core$1.cordova(this, "clearNotification", {}, arguments); }
clearNotifications() { return core$1.cordova(this, "clearNotifications", {}, arguments); }
getActiveNotifications() { return core$1.cordova(this, "getActiveNotifications", {}, arguments); }
setAutobadgeEnabled(enabled) { return core$1.cordova(this, "setAutobadgeEnabled", {}, arguments); }
setBadgeNumber(count) { return core$1.cordova(this, "setBadgeNumber", {}, arguments); }
getBadgeNumber() { return core$1.cordova(this, "getBadgeNumber", {}, arguments); }
resetBadge() { return core$1.cordova(this, "resetBadge", {}, arguments); }
setNotificationTypes(types) { return core$1.cordova(this, "setNotificationTypes", {}, arguments); }
setPresentationOptions(options) { return core$1.cordova(this, "setPresentationOptions", {}, arguments); }
isSoundEnabled() { return core$1.cordova(this, "isSoundEnabled", {}, arguments); }
setSoundEnabled(enabled) { return core$1.cordova(this, "setSoundEnabled", {}, arguments); }
isVibrateEnabled() { return core$1.cordova(this, "isVibrateEnabled", {}, arguments); }
setVibrateEnabled(enabled) { return core$1.cordova(this, "setVibrateEnabled", {}, arguments); }
addCustomEvent(event) { return core$1.cordova(this, "addCustomEvent", {}, arguments); }
trackScreen(screen) { return core$1.cordova(this, "trackScreen", { "successIndex": 1, "errorIndex": 2 }, arguments); }
enableFeature(features) { return core$1.cordova(this, "enableFeature", { "successIndex": 1, "errorIndex": 2 }, arguments); }
disableFeature(features) { return core$1.cordova(this, "disableFeature", { "successIndex": 1, "errorIndex": 2 }, arguments); }
var UrbanAirShip = /** @class */ (function (_super) {
tslib.__extends(UrbanAirShip, _super);
function UrbanAirShip() {
return _super !== null && _super.apply(this, arguments) || this;
}
UrbanAirShip.prototype.onDeepLink = function () { return core.cordova(this, "onDeepLink", { "eventObservable": true, "event": "urbanairship.deep_link", "element": "document" }, arguments); };
UrbanAirShip.prototype.onRegistration = function () { return core.cordova(this, "onRegistration", { "eventObservable": true, "event": "urbanairship.registration", "element": "document" }, arguments); };
UrbanAirShip.prototype.onInboxUpdated = function () { return core.cordova(this, "onInboxUpdated", { "eventObservable": true, "event": "urbanairship.inbox_updated", "element": "document" }, arguments); };
UrbanAirShip.prototype.onShowInbox = function () { return core.cordova(this, "onShowInbox", { "eventObservable": true, "event": "urbanairship.show_inbox", "element": "document" }, arguments); };
UrbanAirShip.prototype.onPushReceived = function () { return core.cordova(this, "onPushReceived", { "eventObservable": true, "event": "urbanairship.push", "element": "document" }, arguments); };
UrbanAirShip.prototype.onNotificationOpened = function () { return core.cordova(this, "onNotificationOpened", { "eventObservable": true, "event": "urbanairship.notification_opened", "element": "document" }, arguments); };
UrbanAirShip.prototype.onNotificationOptInStatus = function () { return core.cordova(this, "onNotificationOptInStatus", { "eventObservable": true, "event": "urbanairship.notification_opt_in_status", "element": "document" }, arguments); };
UrbanAirShip.prototype.reattach = function () { return core.cordova(this, "reattach", { "sync": true }, arguments); };
UrbanAirShip.prototype.takeOff = function (config) { return core.cordova(this, "takeOff", {}, arguments); };
UrbanAirShip.prototype.setAndroidNotificationConfig = function (config) { return core.cordova(this, "setAndroidNotificationConfig", {}, arguments); };
UrbanAirShip.prototype.setAutoLaunchDefaultMessageCenter = function (enabled) { return core.cordova(this, "setAutoLaunchDefaultMessageCenter", {}, arguments); };
UrbanAirShip.prototype.setUserNotificationsEnabled = function (enabled) { return core.cordova(this, "setUserNotificationsEnabled", {}, arguments); };
UrbanAirShip.prototype.isUserNotificationsEnabled = function () { return core.cordova(this, "isUserNotificationsEnabled", {}, arguments); };
UrbanAirShip.prototype.isAppNotificationsEnabled = function () { return core.cordova(this, "isAppNotificationsEnabled", {}, arguments); };
UrbanAirShip.prototype.getChannelID = function () { return core.cordova(this, "getChannelID", {}, arguments); };
UrbanAirShip.prototype.getLaunchNotification = function (clear) { return core.cordova(this, "getLaunchNotification", {}, arguments); };
UrbanAirShip.prototype.getDeepLink = function (clear) { return core.cordova(this, "getDeepLink", {}, arguments); };
UrbanAirShip.prototype.getTags = function () { return core.cordova(this, "getTags", {}, arguments); };
UrbanAirShip.prototype.setTags = function (tags) { return core.cordova(this, "setTags", {}, arguments); };
UrbanAirShip.prototype.getAlias = function () { return core.cordova(this, "getAlias", {}, arguments); };
UrbanAirShip.prototype.setAlias = function (alias) { return core.cordova(this, "setAlias", {}, arguments); };
UrbanAirShip.prototype.isQuietTimeEnabled = function () { return core.cordova(this, "isQuietTimeEnabled", {}, arguments); };
UrbanAirShip.prototype.setQuietTimeEnabled = function (enabled) { return core.cordova(this, "setQuietTimeEnabled", {}, arguments); };
UrbanAirShip.prototype.isInQuietTime = function () { return core.cordova(this, "isInQuietTime", {}, arguments); };
UrbanAirShip.prototype.getQuietTime = function () { return core.cordova(this, "getQuietTime", {}, arguments); };
UrbanAirShip.prototype.setQuietTime = function (startHour, startMinute, endHour, endMinute) { return core.cordova(this, "setQuietTime", {}, arguments); };
UrbanAirShip.prototype.setAnalyticsEnabled = function (enabled) { return core.cordova(this, "setAnalyticsEnabled", {}, arguments); };
UrbanAirShip.prototype.isAnalyticsEnabled = function () { return core.cordova(this, "isAnalyticsEnabled", {}, arguments); };
UrbanAirShip.prototype.getNamedUser = function () { return core.cordova(this, "getNamedUser", {}, arguments); };
UrbanAirShip.prototype.setNamedUser = function (namedUser) { return core.cordova(this, "setNamedUser", {}, arguments); };
UrbanAirShip.prototype.runAction = function (actionName, actionValue) { return core.cordova(this, "runAction", {}, arguments); };
UrbanAirShip.prototype.editNamedUserTagGroups = function () { return core.cordova(this, "editNamedUserTagGroups", { "sync": true }, arguments); };
UrbanAirShip.prototype.editChannelTagGroups = function () { return core.cordova(this, "editChannelTagGroups", { "sync": true }, arguments); };
UrbanAirShip.prototype.editChannelAttributes = function () { return core.cordova(this, "editChannelAttributes", { "sync": true }, arguments); };
UrbanAirShip.prototype.editNamedUserAttributes = function () { return core.cordova(this, "editNamedUserAttributes", { "sync": true }, arguments); };
UrbanAirShip.prototype.editChannelSubscriptionLists = function () { return core.cordova(this, "editChannelSubscriptionLists", { "sync": true }, arguments); };
UrbanAirShip.prototype.editContactSubscriptionLists = function () { return core.cordova(this, "editContactSubscriptionLists", { "sync": true }, arguments); };
UrbanAirShip.prototype.getChannelSubscriptionLists = function () { return core.cordova(this, "getChannelSubscriptionLists", { "successIndex": 1, "errorIndex": 2 }, arguments); };
UrbanAirShip.prototype.getContactSubscriptionLists = function () { return core.cordova(this, "getContactSubscriptionLists", { "successIndex": 1, "errorIndex": 2 }, arguments); };
UrbanAirShip.prototype.setAssociatedIdentifier = function (key, identifier) { return core.cordova(this, "setAssociatedIdentifier", {}, arguments); };
UrbanAirShip.prototype.setLocationEnabled = function (enabled) { return core.cordova(this, "setLocationEnabled", {}, arguments); };
UrbanAirShip.prototype.isLocationEnabled = function () { return core.cordova(this, "isLocationEnabled", {}, arguments); };
UrbanAirShip.prototype.setBackgroundLocationEnabled = function (enabled) { return core.cordova(this, "setBackgroundLocationEnabled", {}, arguments); };
UrbanAirShip.prototype.isBackgroundLocationEnabled = function () { return core.cordova(this, "isBackgroundLocationEnabled", {}, arguments); };
UrbanAirShip.prototype.displayMessageCenter = function () { return core.cordova(this, "displayMessageCenter", {}, arguments); };
UrbanAirShip.prototype.dismissMessageCenter = function () { return core.cordova(this, "dismissMessageCenter", {}, arguments); };
UrbanAirShip.prototype.dismissInboxMessage = function () { return core.cordova(this, "dismissInboxMessage", {}, arguments); };
UrbanAirShip.prototype.dismissOverlayInboxMessage = function () { return core.cordova(this, "dismissOverlayInboxMessage", {}, arguments); };
UrbanAirShip.prototype.getInboxMessages = function () { return core.cordova(this, "getInboxMessages", {}, arguments); };
UrbanAirShip.prototype.markInboxMessageRead = function (messageId) { return core.cordova(this, "markInboxMessageRead", {}, arguments); };
UrbanAirShip.prototype.deleteInboxMessage = function (messageId) { return core.cordova(this, "deleteInboxMessage", {}, arguments); };
UrbanAirShip.prototype.displayInboxMessage = function (messageId) { return core.cordova(this, "displayInboxMessage", {}, arguments); };
UrbanAirShip.prototype.refreshInbox = function () { return core.cordova(this, "refreshInbox", {}, arguments); };
UrbanAirShip.prototype.overlayInboxMessage = function (messageId) { return core.cordova(this, "overlayInboxMessage", {}, arguments); };
UrbanAirShip.prototype.clearNotification = function (identifier) { return core.cordova(this, "clearNotification", {}, arguments); };
UrbanAirShip.prototype.clearNotifications = function () { return core.cordova(this, "clearNotifications", {}, arguments); };
UrbanAirShip.prototype.getActiveNotifications = function () { return core.cordova(this, "getActiveNotifications", {}, arguments); };
UrbanAirShip.prototype.setAutobadgeEnabled = function (enabled) { return core.cordova(this, "setAutobadgeEnabled", {}, arguments); };
UrbanAirShip.prototype.setBadgeNumber = function (count) { return core.cordova(this, "setBadgeNumber", {}, arguments); };
UrbanAirShip.prototype.getBadgeNumber = function () { return core.cordova(this, "getBadgeNumber", {}, arguments); };
UrbanAirShip.prototype.resetBadge = function () { return core.cordova(this, "resetBadge", {}, arguments); };
UrbanAirShip.prototype.setNotificationTypes = function (types) { return core.cordova(this, "setNotificationTypes", {}, arguments); };
UrbanAirShip.prototype.setPresentationOptions = function (options) { return core.cordova(this, "setPresentationOptions", {}, arguments); };
UrbanAirShip.prototype.isSoundEnabled = function () { return core.cordova(this, "isSoundEnabled", {}, arguments); };
UrbanAirShip.prototype.setSoundEnabled = function (enabled) { return core.cordova(this, "setSoundEnabled", {}, arguments); };
UrbanAirShip.prototype.isVibrateEnabled = function () { return core.cordova(this, "isVibrateEnabled", {}, arguments); };
UrbanAirShip.prototype.setVibrateEnabled = function (enabled) { return core.cordova(this, "setVibrateEnabled", {}, arguments); };
UrbanAirShip.prototype.addCustomEvent = function (event) { return core.cordova(this, "addCustomEvent", {}, arguments); };
UrbanAirShip.prototype.trackScreen = function (screen) { return core.cordova(this, "trackScreen", { "successIndex": 1, "errorIndex": 2 }, arguments); };
UrbanAirShip.prototype.enableFeature = function (features) { return core.cordova(this, "enableFeature", { "successIndex": 1, "errorIndex": 2 }, arguments); };
UrbanAirShip.prototype.disableFeature = function (features) { return core.cordova(this, "disableFeature", { "successIndex": 1, "errorIndex": 2 }, arguments); };
/**

@@ -118,20 +123,21 @@ * Sets the current enabled features, replacing any currently enabled features with the given set.

*/
setEnabledFeatures(features) {
UrbanAirShip.prototype.setEnabledFeatures = function (features) {
return;
}
getEnabledFeatures() { return core$1.cordova(this, "getEnabledFeatures", { "successIndex": 0, "errorIndex": 1 }, arguments); }
isFeatureEnabled(features) { return core$1.cordova(this, "isFeatureEnabled", { "successIndex": 1, "errorIndex": 2 }, arguments); }
getPreferenceCenterConfig(preferenceCenterId) { return core$1.cordova(this, "getPreferenceCenterConfig", { "successIndex": 1, "errorIndex": 2 }, arguments); }
openPreferenceCenter(prenferenceCenterId) { return core$1.cordova(this, "openPreferenceCenter", { "successIndex": 1, "errorIndex": 2 }, arguments); }
}
UrbanAirShip.pluginName = "UrbanAirShip";
UrbanAirShip.plugin = "urbanairship-cordova";
UrbanAirShip.pluginRef = "window.UAirship";
UrbanAirShip.repo = "https://www.npmjs.com/package/urbanairship-cordova";
UrbanAirShip.install = "ionic cordova plugin add urbanairship-cordova";
UrbanAirShip.platforms = ["Android", "iOS"];
UrbanAirShip.decorators = [
{ type: core.Injectable }
];
};
UrbanAirShip.prototype.getEnabledFeatures = function () { return core.cordova(this, "getEnabledFeatures", { "successIndex": 0, "errorIndex": 1 }, arguments); };
UrbanAirShip.prototype.isFeatureEnabled = function (features) { return core.cordova(this, "isFeatureEnabled", { "successIndex": 1, "errorIndex": 2 }, arguments); };
UrbanAirShip.prototype.getPreferenceCenterConfig = function (preferenceCenterId) { return core.cordova(this, "getPreferenceCenterConfig", { "successIndex": 1, "errorIndex": 2 }, arguments); };
UrbanAirShip.prototype.openPreferenceCenter = function (prenferenceCenterId) { return core.cordova(this, "openPreferenceCenter", { "successIndex": 1, "errorIndex": 2 }, arguments); };
UrbanAirShip.pluginName = "UrbanAirShip";
UrbanAirShip.plugin = "urbanairship-cordova";
UrbanAirShip.pluginRef = "window.UAirship";
UrbanAirShip.repo = "https://www.npmjs.com/package/urbanairship-cordova";
UrbanAirShip.install = "ionic cordova plugin add urbanairship-cordova";
UrbanAirShip.platforms = ["Android", "iOS"];
UrbanAirShip.decorators = [
{ type: core$1.Injectable }
];
return UrbanAirShip;
}(core.AwesomeCordovaNativePlugin));
exports.UrbanAirShip = UrbanAirShip;

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

{"description":"Awesome Cordova Plugins - Native plugins for ionic apps","main":"bundle.js","module":"index.js","typings":"index.d.ts","author":"Daniel Sogl","license":"MIT","repository":{"type":"git","url":"https://github.com/danielsogl/awesome-cordova-plugins.git"},"name":"@awesome-cordova-plugins/urbanairship","dependencies":{"@types/cordova":"latest"},"peerDependencies":{"rxjs":"^5.5.0 || ^6.5.0 || ^7.3.0","@awesome-cordova-plugins/core":"^6.0.0-alpha.0"},"version":"6.0.0-alpha.1"}
{"description":"Awesome Cordova Plugins - Native plugins for ionic apps","main":"bundle.js","module":"index.js","typings":"index.d.ts","author":"Daniel Sogl","license":"MIT","repository":{"type":"git","url":"https://github.com/danielsogl/awesome-cordova-plugins.git"},"name":"@awesome-cordova-plugins/urbanairship","dependencies":{"@types/cordova":"latest"},"peerDependencies":{"rxjs":"^5.5.0 || ^6.5.0 || ^7.3.0","@awesome-cordova-plugins/core":"^6.0.0-alpha.0"},"version":"6.0.0-alpha.2"}

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

{"description":"Awesome Cordova Plugins - Native plugins for ionic apps","main":"bundle.js","module":"index.js","typings":"index.d.ts","author":"Daniel Sogl","license":"MIT","repository":{"type":"git","url":"https://github.com/danielsogl/awesome-cordova-plugins.git"},"name":"@awesome-cordova-plugins/urbanairship","dependencies":{"@types/cordova":"latest"},"peerDependencies":{"rxjs":"^5.5.0 || ^6.5.0 || ^7.3.0","@awesome-cordova-plugins/core":"^6.0.0-alpha.0"},"version":"6.0.0-alpha.1"}
{"description":"Awesome Cordova Plugins - Native plugins for ionic apps","main":"bundle.js","module":"index.js","typings":"index.d.ts","author":"Daniel Sogl","license":"MIT","repository":{"type":"git","url":"https://github.com/danielsogl/awesome-cordova-plugins.git"},"name":"@awesome-cordova-plugins/urbanairship","dependencies":{"@types/cordova":"latest"},"peerDependencies":{"rxjs":"^5.5.0 || ^6.5.0 || ^7.3.0","@awesome-cordova-plugins/core":"^6.0.0-alpha.0"},"version":"6.0.0-alpha.2"}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc