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.5 to 1.1.6

21

package.json
{
"name": "fast-defer",
"description": "Fast and minimal deferred implementation for javascript.",
"version": "1.1.5",
"description": "A fast and minimal deferred implementation for javascript",
"version": "1.1.6",
"source": "src/index.ts",
"sideEffects": false,
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"exports": {
"require": "./dist/index.js",
"default": "./dist/index.modern.js"
"./*": "./*",
".": {
"import": "./dist/index.modern.js",
"require": "./dist/index.js"
}
},
"types": "dist/index.d.ts",
"sideEffects": false,
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"author": "Arthur Fiorette <npm@arthur.place>",
"license": "MIT",
"bugs": "https://github.com/arthurfiorette/tinylibs/issues",
"homepage": "https://tinylibs.js.org/#/fast-defer",
"homepage": "https://tinylibs.js.org/packages/fast-defer",
"repository": {

@@ -21,0 +24,0 @@ "type": "git",

@@ -11,5 +11,5 @@ <br />

[![Latest Version](https://img.shields.io/npm/v/cache-parser)](https://www.jsdelivr.com/package/npm/cache-parser)
[![Latest Version](https://img.shields.io/npm/v/fast-defer)](https://www.npmjs.com/package/fast-defer)
[![Downloads](https://img.shields.io/npm/dw/fast-defer)](https://www.npmjs.com/package/fast-defer)
[![JsDelivr](https://data.jsdelivr.com/v1/package/npm/cache-parser/badge?style=rounded)](https://www.jsdelivr.com/package/npm/cache-parser)
[![JsDelivr](https://data.jsdelivr.com/v1/package/npm/fast-defer/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fast-defer)
[![Bundlephobia](https://img.shields.io/bundlephobia/minzip/fast-defer/latest?style=flat)](https://bundlephobia.com/package/fast-defer@latest)

@@ -53,5 +53,3 @@ [![Packagephobia](https://packagephobia.com/badge?p=fast-defer@latest)](https://packagephobia.com/result?p=fast-defer@latest)

```sh
npm install --save fast-defer
# or
yarn add fast-defer
npm install fast-defer # or yarn add fast-defer
```

@@ -69,3 +67,3 @@

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

@@ -72,0 +70,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