Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fishbird

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fishbird - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

6

package.json
{
"name": "fishbird",
"version": "0.2.0",
"version": "0.3.0",
"description": "Fishbird is a simple, lightweight, and fast Promise utility library",

@@ -50,2 +50,3 @@ "author": "Igor Suvorov <hi@isuvorov.com>",

"test:jest": "jest --coverage",
"test:benchmark": "echo ok",
"test:imports": "cd test/imports/esm && npm run test && cd ../../.. && cd test/imports/cjs && npm run test",

@@ -56,3 +57,4 @@ "clean": "rm -rf ./lib/* && rm -rf ./coverage",

"prepublishOnly": "npm run clean && npm run build && npm test && npm version minor",
"publish": "clean-publish"
"!publish": "clean-publish --without-",
"release": "clean-publish"
},

@@ -59,0 +61,0 @@ "devDependencies": {

# Fishbird
![Github Actions CI status](https://github.com/isuvorov/fishbird/actions/workflows/ci.yml/badge.svg)
[![NPM version](https://img.shields.io/npm/v/fishbird.svg)](https://www.npmjs.com/package/fishbird)
[![NPM version](https://badgen.net/npm/v/fishbird)](https://www.npmjs.com/package/fishbird)
[![Have TypeScript types](https://badgen.net/npm/types/fishbird)](https://www.npmjs.com/package/fishbird)
[![Have tree shaking](https://badgen.net/bundlephobia/tree-shaking/fishbird)](https://bundlephobia.com/result?p=fishbird)
[![Github Actions CI status](https://github.com/isuvorov/fishbird/actions/workflows/ci.yml/badge.svg)](Link)
[![Coverage Status](https://coveralls.io/repos/isuvorov/fishbird/badge.svg?branch=master)](https://coveralls.io/r/isuvorov/fishbird?branch=master)
[![NPM Package size](https://badgen.net/bundlephobia/minzip/fishbird)](https://bundlephobia.com/result?p=fishbird)
[![License](https://badgen.net//github/license/fishbird)](https://github.com/fishbird/blob/master/LICENSE)
[![Ask me in Telegram](https://img.shields.io/badge/Ask%20me%20in-Telegram-brightblue.svg)](https://t.me/isuvorov)
<img src="https://isuvorov.github.io/fishbird/fishbird.png" align="right"

@@ -9,0 +13,0 @@ alt="Fishbird placeholder image by shutterstock" width="120" height="120">

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