Socket
Socket
Sign inDemoInstall

opennode

Package Overview
Dependencies
1
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

package.json

@@ -29,3 +29,3 @@ {

"main": "src/lib.js",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {

@@ -32,0 +32,0 @@ "axios": "^0.18.0"

@@ -19,2 +19,4 @@ # OpenNode Node.js Library

npm install opennode --save
or
yarn add opennode

@@ -24,3 +26,3 @@ ## Usage

The package needs to be configured with your account's secret key which is
available in your [OpenNode Dashboard](https://opennode.co/settings/api).
available in your [OpenNode Dashboard](https://app.opennode.co/settings/api).
value:

@@ -67,3 +69,3 @@

OpenNode can send signed webhook events that notify your aplication any time a specific event occurs. You can read more about it [here](https://docs.opennode.co/).
OpenNode can send signed webhook events that notify your application any time a specific event occurs. You can read more about it [here](https://developers.opennode.co/).

@@ -70,0 +72,0 @@ You can verify if a webhook was sent by OpenNode by comparing the signatures.

const axios = require('axios');
const crypto = require('crypto');
const version = 'npm-opennode-v1.1.0';

@@ -3,0 +4,0 @@ var instance = undefined;

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