New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cartoons

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

cartoons

Cartoons Cartoons - Cartoons is the nickname for "Collaboration Add-ons Ready Online/Offline in Network and Shared" OR "Common Abstraction Rules Organizing Objects Network Shared" or whatever you find it stands for. Cartoons is used as an abstraction laye

latest
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

#Cartoons Cartoons - Cartoons is the nickname for "Collaboration Add-ons Ready Online/Offline in Network and Shared" OR "Common Abstraction Rules Organizing Objects Network Shared" or whatever you find it stands for.

Usage

Cartoons is used as an abstraction layer. The real implementation you make your self by filling in the necessary workers.

Current requirement is that you have a local Redis instance running.

Client implementation

var cartoons = require('./index.js');

// this function chains a number of async functions
function sync(){
    return cartoons.servicenow.to.visualstudio.syncronize()
    .then(function (queueId){ return cartoons.waitfor(queueId);})  
    .then(function (result){  return result;});
}

sync().then(function (status){
    console.log('status is',status);
    process.exit(0);
},cartoons.onerror);


WorkerClient implementation

var cartoons = require('cartoons');
console.log(cartoons);
// todo: ?

FAQs

Package last updated on 09 Oct 2016

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