Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

Version published
Weekly downloads
1
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc