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.4.0 to 0.4.1

LICENSE

29

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

@@ -49,5 +49,8 @@ "author": "Igor Suvorov <hi@isuvorov.com>",

"@types/node": "18.11.18",
"benchmark": "^2.1.4",
"bluebird": "^3.7.2",
"clean-publish": "^4.0.2",
"dual-publish": "^3.0.1",
"jest": "29.3.1",
"picocolors": "^1.0.0",
"rimraf": "3.0.2",

@@ -71,15 +74,17 @@ "size-limit": "^8.1.0",

"scripts": {
"test": "npm run test:jest && npm run test:eslint && npm run test:size-limit && npm run test:imports",
"test:watch": "jest --watch",
"test:eslint": "eslint src",
"test": " npm run test:jest && npm run test:eslint && npm run test:size-limit && npm run test:imports",
"test:watch": " jest --watch",
"test:eslint": " eslint src",
"test:size-limit": "size-limit",
"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",
"clean": "rm -rf ./lib/* && rm -rf ./coverage && rm -rf ./package",
"build": "tsup",
"build:tsc": "npm run clean && tsc",
"!publish": "clean-publish --without-publish",
"release": "pnpm publish"
"test:jest": " jest --coverage",
"test:benchmark": " node test/benchmark.js",
"test:imports": " cd test/imports/esm && npm run test && cd ../../.. && cd test/imports/cjs && npm run test",
"clean": " rm -rf ./lib/* && rm -rf ./coverage && rm -rf ./package",
"build": " tsup",
"build:tsc": " npm run clean && tsc",
"!publish": " clean-publish --without-publish",
"prerelease": " npm run clean && npm run build && npm test",
"release": " npm version -m \"chore(release): %s\" && pnpm publish",
"release:prod": " npm version --no-git-tag-version -m \"chore(release): %s\" && pnpm publish --no-git-checks"
}
}

@@ -5,7 +5,5 @@ # 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)
[![Tests](https://github.com/isuvorov/fishbird/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/isuvorov/fishbird/actions/workflows/npm-publish.yml)
[![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)
[![License](https://badgen.net//github/license/isuvorov/fishbird)](https://github.com/isuvorov/fishbird/blob/master/LICENSE)
[![Ask me in Telegram](https://img.shields.io/badge/Ask%20me%20in-Telegram-brightblue.svg)](https://t.me/isuvorov)

@@ -12,0 +10,0 @@

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