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

amalgamatic-cenic2015

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amalgamatic-cenic2015

Amalgamatic plugin for the CENIC 2015 conference schedule

1.0.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

Build Status

amalgamatic-cenic2015

Amalgamatic plugin for the CENIC 2015 conference schedule

Installation

Install amalgamatic and this plugin via npm:

npm install amalgamatic amalgamatic-cenic2015

Usage

var amalgamatic = require('amalgamatic'),
    sched = require('amalgamatic-cenic2015');

// Add this plugin to your Amalgamatic instance along with any other plugins you've configured.
amalgamatic.add('sched', sched);

//Use it!
var callback = function (err, results) {
    if (err) {
        return console.log(err);
    }

    results.forEach(function (result) {
        console.log(result.name);
        console.log(result.data);
    });
};

amalgamatic.search({}, callback);

Keywords

amalgamatic-plugin

FAQs

Package last updated on 23 Feb 2015

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