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

zaproxy

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zaproxy

ZAProxy Client API for Node.js

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

node-zaproxy

ZAProxy Client API for Node.js. Generated using the ZAProxy API generator. API version is 2.3.

Getting Started

Install with:

npm install zaproxy

Usage

Example:

    var options = { proxy: 'http://localhost:8080' };
    var ZapClient = require('zaproxy');
    
    var zaproxy = new ZapClient(options);
    zaproxy.core.sites(function (err, resp) {
      resp.sites.forEach(function (site) {
        // do something with the site
      });  
    });

API

For a full API list, see https://code.google.com/p/zaproxy/wiki/ApiGen_Index.

The Node.js API methods have the same signature as the API documentation, except that they all take a callback as their last parameter. The callback will be called with error and response arguments, with the response being the an object that corresponds to the JSON output of the API call.

Keywords

FAQs

Package last updated on 02 Jul 2014

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