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

opsgenie-sdk

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opsgenie-sdk - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

1

lib/opsgenie.js

@@ -21,3 +21,2 @@ "use strict";

alertV2: require('./alertV2/AlertV2')(),
alert: require('./resources/Alert')(),
user: require('./resources/User')(),

@@ -24,0 +23,0 @@ group: require('./resources/Group')(),

2

package.json
{
"name": "opsgenie-sdk",
"version": "0.4.4",
"version": "0.4.5",
"description": "OpsGenie Node.js SDK",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -44,3 +44,12 @@ # OpsGenie Node.js SDK

Those using the European Service Region should set the EU endpooint in the configuration along with the API key.
```js
opsgenie.configure({
'api_key': 'your_api_key',
'host': 'https://api.eu.opsgenie.com',
});
```
```js
var get_alert_identifier = {

@@ -47,0 +56,0 @@ identifier: "alert_id",

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