You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

sc-data

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sc-data

A data module

0.0.6
latest
Version published
Maintainers
3
Created

TOC

DataService

A data service (currently extended by itemservicejs and entityservicejs).

var data = new scdata( {
      url: "/api/people"
    } );
    data.get().parameter( "name", "max" ).execute().then( function ( max ) {
      max.name.should.equal( "max" );
    } );

FAQs

Package last updated on 26 Nov 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