Comparing version 0.4.0 to 0.4.1
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5687
15
3
0
57
2