🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@ksryy/p

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ksryy/p

A library that contains some promise api

2.1.7
latest
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Build Status FOSSA Status Known Vulnerabilities Greenkeeper badge

P Logo

A small promise library, inspired by q

Notice:this library shouldn't be used in browser enviroment unless any further notice. more

Browser Avaliable Feature List

  • fcall
  • pcall

Install

npm i @ksryy/p

To inport the module, you could use CommonJS style

var {fcall,pcall} = require('@ksryy/p');

or ES6 style

import {fcall,pcall} from '@ksryy/p'

for more API use, see the Docs

Contribute

yarn install

or

npm install

to install the dependencies.

/src/p.js is the sourcecode. /p.js is the compiled code (by @babel).

if you want to compile, just run grunt. if you want to run test suite, use jest

License

MIT @ Andy Chen FOSSA Report

FOSSA Status

Keywords

flowcontrol

FAQs

Package last updated on 10 Dec 2018

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