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

pakr

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pakr

Package Server

latest
Source
npmnpm
Version
0.1.26
Version published
Maintainers
1
Created
Source

Pakr

Package Server to enable client side use of packages by name and version. Use the Pakr CDN directly or spin up your own server and serve content from your own domain.

CDN Statistics

CDNPackagesPackage VersionsSource
pakr2,34618,259internal
jsdelivr1,4563,957jsdelivr libraries
cdnjs1,21813,145cdnjs libraries
google14301google libraries
bootstrap686bootstrap libraries

Examples

Latest jQuery library: jquery

<script src="http://pakr.yie.me/jquery"></script>

Bootstrap 3.3.x: bootstrap@3.3

<script src="http://pakr.yie.me/bootstrap@3.3"></script>

Specific AngularJS version: angularjs@1.3.15

<script src="http://pakr.yie.me/angularjs@1.3.15"></script>

jQuery 2.1.x and Bootstrap 3.x: jquery@2.1,bootstrap@3

<script src="http://pakr.yie.me/jquery@2.1,bootstrap@3"></script>

Bootstrap CSS (as package default is JS): bootstrap@2/css

<link href="http://pakr.yie.me/bootstrap@2/css" rel="stylesheet" type="text/css">

Bootswatch shorthand: bootswatch@3/flatly

<link href="http://pakr.yie.me/bootswatch@3/flatly" rel="stylesheet" type="text/css">

api

{
	'website':                      '/',
	'api_docs':                     '/api',
	'package_details':              '/api/{package}',
	'latest_package_versions':      '/api/latest/{search}',
	'latest_package':               '/{package}',
	'versioned_package':            '/{package}@{version}',
	'bundled_packages':             '/{package}[@{version}],{package}[@version]...',
	'bootswatch_packages':          '/bootswatch[@version]/{variant}'
}

Statistics

Last updated: 2015-05-21

Rights

Copyright (C) 2015 by Yieme, License: MIT

Keywords

pakr

FAQs

Package last updated on 22 May 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