Socket
Book a DemoInstallSign in
Socket

component-cdn

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

component-cdn

CDN for Component

latest
Source
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

cdn

CDN for component based on gitproximus and component-builder-www.

API

GET /build.js?dependencies...

Create a JS build with the dependencies as a query string, ex. GET /build.js?component/emitter=*&component/domify=*.

GET /build.css?dependencies...

Create a CSS build with the dependencies as a query string, ex. GET /build.css?suitcss/suit=0.4.0&necolas/normalize.css=^3.0.0.

GET /standalone/:user/:project/:version?

Create a standalone, UMD.js build of a single component, ex. GET /standalone/components/jquery. The version is optional and can be a semantic version.

GET /:user/:repo/:archive(tarball|zipball)/:version?

Get a zipball or tarball of a repository, ex. GET /component/emitter/tarball. The version is optional and can be a semantic version.

GET /:user/:repo/:version/:file...

Get a specific file of a repository, ex. GET /component/emitter/master/component.json. The version is optional and can be a semantic version.

FAQs

Package last updated on 07 Apr 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