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.3.0 to 0.4.0

36

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

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

},
"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: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",
"build": "tsup",
"build:tsc": "npm run clean && tsc",
"prepublishOnly": "npm run clean && npm run build && npm test && npm version minor",
"!publish": "clean-publish --without-",
"release": "clean-publish"
},
"devDependencies": {

@@ -78,6 +63,23 @@ "@lskjs/eslint-config": "2.13.0",

"clean-publish": {
"packageManager": "pnpm",
"withoutPublish": true,
"tempDir": "package",
"files": [
"!(README.md|LICENCE|lib|lib/**)"
]
},
"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: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"
}
}
}
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