New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-pushover

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pushover - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

2

package.json
{
"name": "node-pushover",
"description": "node.js pushover module for https://pushover.net/api",
"version": "0.0.1",
"version": "0.1.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Sam Decrock",

@@ -6,6 +6,12 @@ node-pushover

## Quick Example
## Install
You can install node-pushover using the Node Package Manager (npm):
npm install node-pushover
## Example
```js
var pushover = require('./lib/pushover');
var pushover = require('node-pushover');

@@ -12,0 +18,0 @@ pushover.send({

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