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

neverbounce

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neverbounce

An API wrapper for the NeverBounce API

  • 4.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4.3K
increased by33.73%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

This version of the wrapper is for the V4 API currently in beta. Contact support if you'd like to be added to the beta.

Looking for the V3 API wrapper? Click here.

This is the official NeverBounce API NodeJS wrapper. It provides helpful methods to quickly implement our API in your NodeJS applications.

This package is not suitable for use in the browser! Only use it in server side applications!

Installation

Coming soon

To install use the following command

$ npm install neverbounce --save

Running Examples

To run the examples contained in this project create a .env.js file in the root that contains the following (substituting in your own API key):

module.exports = {
  apiKey: 'Enter your api key here',
};

Keywords

FAQs

Package last updated on 14 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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