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

promisifyish

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

promisifyish

Adds promise style notation to Firebase style functions

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

promiseifyish

Wraps functions and objects into promises.

Build Status NPM version Dependency Status

Introduction

Wraps functions of the form fn([...args], successCallback, failureCallback) into Promises.

Setup

npm install

Running Tests

To run tests against the source code and dist folder (including coverage):

npm test
``


# Deploying
This is a basic script which can be used to build and deploy (to NPM) the project.

export VERSION=... git checkout -b release/$VERSION npm run test npm version --no-git-tag-version patch git add package* git commit -m 'Version bump' npx auto-changelog -p git add CHANGELOG.md git commit -m 'Updated changelog' git add dist/ git commit -m 'Generated artifacts' git checkout master git merge --no-ff release/$VERSION git tag -a -m 'Tagged for release' $VERSION git branch -d release/$VERSION git checkout develop git merge --no-ff master git push --all && git push --tags

FAQs

Package last updated on 27 Apr 2019

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