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

fast-defer

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-defer - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

CHANGELOG.md

81

package.json
{
"name": "fast-defer",
"version": "1.1.3",
"description": "🕔 Fast and minimal deferred implementation for javascript",
"main": "./index.min.js",
"unpkg": "./index.min.js",
"browser": "./index.min.js",
"jsdelivr": "./index.min.js",
"types": "./index.d.ts",
"description": "Fast and minimal deferred implementation for javascript.",
"version": "1.1.4",
"source": "src/index.ts",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"module": "dist/index.mjs",
"exports": {
"require": "./dist/index.js",
"default": "./dist/index.modern.js"
},
"types": "dist/index.d.ts",
"sideEffects": false,
"author": "Arthur Fiorette <npm@arthur.place>",
"license": "MIT",
"scripts": {
"test": "jest",
"format": "prettier --write .",
"minify": "terser index.js --compress --mangle --output index.min.js",
"escheck": "es-check es3 ./index*.js"
},
"bugs": "https://github.com/arthurfiorette/tinylibs/issues",
"homepage": "https://tinylibs.js.org/#/fast-defer",
"repository": {
"type": "git",
"url": "git+https://github.com/arthurfiorette/fast-defer.git"
"url": "git+https://github.com/arthurfiorette/tinylibs.git",
"directory": "packages/fast-defer"
},
"author": {
"name": "Arthur Fiorette",
"email": "npm@arthur.place",
"url": "https://arthur.place"
"scripts": {
"build": "microbundle --tsconfig tsconfig.build.json",
"changelog": "auto-changelog -p -c ../../changelog.json",
"test": "jest --coverage",
"version": "npm run changelog && git add CHANGELOG.md"
},
"homepage": "https://github.com/arthurfiorette/fast-defer#readme",
"bugs": {
"url": "https://github.com/arthurfiorette/fast-defer/issues"
"devDependencies": {
"auto-changelog": "2.4.0",
"microbundle": "0.14.2"
},
"keywords": [
"promise",
"defer",
"deferred",
"resolve",
"reject",
"lazy",
"later",
"async",
"await",
"promises"
],
"files": [
"index.js",
"index.min.js",
"index.d.ts",
"LICENSE"
],
"engines": {
"node": ">=0.12"
},
"devDependencies": {
"@arthurfiorette/prettier-config": "*",
"@types/jest": "^27",
"es-check": "^6.1.1",
"jest": "^27",
"prettier": "*",
"terser": "^5"
}
"dist",
"src",
"CHANGELOG.md",
"LICENSE",
"README.md"
]
}

@@ -62,8 +62,7 @@ <br />

- [Installing](#installing)
- [Node](#node)
- [Browser](#browser)
- [Node](#node)
- [Browser](#browser)
- [Browser Compatibility](#browser-compatibility)
- [Getting Started](#getting-started)
- [License](#license)
- [Contact](#contact)

@@ -95,3 +94,6 @@ <br />

<script crossorigin src="https://cdn.jsdelivr.net/npm/fast-defer@latest/index.min.js"></script>
<script
crossorigin
src="https://cdn.jsdelivr.net/npm/fast-defer@latest/index.min.js"
></script>
<!-- or -->

@@ -147,11 +149,4 @@ <script crossorigin src="https://unpkg.com/fast-defer@latest/index.min.js"></script>

Licensed under the **MIT**. See [`LICENSE`](LICENSE) for more informations.
Licensed under the **MIT**.
<br />
## Contact
See my contact information on my [github profile](https://github.com/ArthurFiorette) or
open a new issue.
<br />
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