@three11/debounce
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@three11/debounce", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Debounce multiple function executions", | ||
"main": "dist/debounce.min.js", | ||
"scripts": { | ||
"build": "rollup -c" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/three11/debounce.git" | ||
}, | ||
"keywords": [ | ||
"Debounce", | ||
"Function", | ||
"Wait", | ||
"JavaScript", | ||
"ES2017" | ||
"Function delay", | ||
"Function wait" | ||
], | ||
"homepage": "https://github.com/three11/debounce#readme", | ||
"bugs": { | ||
"url": "https://github.com/three11/debounce/issues" | ||
}, | ||
"license": "GPL-3.0", | ||
"authors": [ | ||
@@ -37,15 +32,28 @@ { | ||
], | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/three11/debounce/issues" | ||
"main": "dist/debounce.js", | ||
"types": "dist/debounce.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/three11/debounce.git" | ||
}, | ||
"homepage": "https://github.com/three11/debounce#readme", | ||
"scripts": { | ||
"lint": "eslint 'src/**/*.ts'", | ||
"test": "yarn build && node --experimental-specifier-resolution=node --loader ts-node/esm tests/index.mts", | ||
"build": "rollup -c" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@babel/cli": "7.14.3", | ||
"@babel/core": "7.14.3", | ||
"@babel/preset-env": "7.14.2", | ||
"rollup": "2.49.0", | ||
"rollup-plugin-babel": "4.4.0", | ||
"rollup-plugin-terser": "7.0.2" | ||
"@rollup/plugin-commonjs": "23.0.2", | ||
"@rollup/plugin-typescript": "9.0.2", | ||
"@types/node": "18.11.9", | ||
"@types/tape": "4.13.2", | ||
"@typescript-eslint/eslint-plugin": "5.44.0", | ||
"@typescript-eslint/parser": "5.44.0", | ||
"eslint": "8.28.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"rollup": "3.4.0", | ||
"tape": "5.6.1", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.9.3" | ||
} | ||
} |
[![GitHub release](https://img.shields.io/github/release/three11/debounce.svg)](https://github.com/three11/debounce/releases/latest) | ||
[![GitHub issues](https://img.shields.io/github/issues/three11/debounce.svg)](https://github.com/three11/debounce/issues) | ||
[![GitHub last commit](https://img.shields.io/github/last-commit/three11/debounce.svg)](https://github.com/three11/debounce/commits/master) | ||
[![Github file size](https://img.shields.io/github/size/three11/debounce/dist/debounce.min.js.svg)](https://github.com/three11/debounce/) | ||
[![Build Status](https://travis-ci.org/three11/debounce.svg?branch=master)](https://travis-ci.org/three11/debounce) | ||
@@ -12,3 +11,3 @@ [![npm](https://img.shields.io/npm/dt/@three11/debounce.svg)](https://www.npmjs.com/package/@three11/debounce) | ||
Debounce multiple function executions | ||
> Debounce multiple function executions | ||
@@ -27,18 +26,2 @@ ## Install | ||
or | ||
Just download this repository and link the files located in dist folder: | ||
```html | ||
<script src="path-to-debounce/dist/debounce.min.js"></script> | ||
``` | ||
or | ||
Include it from Unpkg CDN | ||
```html | ||
<script src="//unpkg.com/@three11/debounce/dist/debounce.min.js"></script> | ||
``` | ||
## Usage | ||
@@ -45,0 +28,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
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
42261
8
59
12
50