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.0.1 to 0.0.2

16

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

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

".": {
"import": "./lib/index.mjs",
"require": "./lib/index.js"
"import": "./lib/index.js",
"require": "./lib/index.cjs"
},
"./*": {
"import": "./lib/*.mjs",
"require": "./lib/*.js"
"import": "./lib/*.js",
"require": "./lib/*.cjs"
}

@@ -45,6 +45,6 @@ },

"test:watch": "jest --watch",
"test:imports": "cd test/imports/cjs && npm test && cd ../../imports/esm && npm test",
"test:imports": "node test/imports/esm",
"clean": "rm -rf ./lib/* && rm -rf ./coverage",
"build": "npm run clean && tsup",
"release": "npm test && npm run clean && npm run build && npm version patch && npm publish"
"build": "tsup",
"release": "npm run clean && npm run build && npm test && npm version patch && npm publish"
},

@@ -51,0 +51,0 @@ "devDependencies": {

@@ -13,8 +13,8 @@ # Fishbird

- *Small*. Less 1Kb (minified and gzipped). No dependencies.
- *Fast*. Its 2 times faster than Bluebird by benchmarkes.
- *ES modules* and *tree-shaking* support.
- *TypeScript* friendly.
- *Portable* Supports modern browsers, IE with Babel, Node.js and React Native.
- *Compatible* with Bluebird API.
- **Small**. Less 1Kb (minified and gzipped). No dependencies.
- **Fast**. Its 2 times faster than Bluebird by benchmarkes.
- **ES modules** and **tree-shaking** support.
- **TypeScript** friendly.
- **Portable** Supports modern browsers, IE with Babel, Node.js and React Native.
- **Compatible** with Bluebird API.

@@ -21,0 +21,0 @@ ```js

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