@nexapp/debounce-await
Advanced tools
Comparing version 0.0.2 to 1.0.0
{ | ||
"name": "@nexapp/debounce-await", | ||
"version": "0.0.2", | ||
"version": "1.0.0", | ||
"description": "Debounce async functions by resolve status", | ||
@@ -29,8 +29,5 @@ "main": "dist/index.js", | ||
"jest": "^24.9.0", | ||
"ts-jest": "^24.2.0" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^12.12.14", | ||
"ts-jest": "^24.2.0", | ||
"typescript": "^3.7.2" | ||
} | ||
} |
# Installation | ||
`$ yarn add @nexapp/debounce-await` | ||
`$ npm install @nexapp/debounce-await --save` | ||
or | ||
`$ npm install @nexapp/debounce-await --save` | ||
`$ yarn add @nexapp/debounce-await` | ||
@@ -10,0 +10,0 @@ # Usage |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
0
20092
4
- Removed@types/node@^12.12.14
- Removedtypescript@^3.7.2
- Removed@types/node@12.20.55(transitive)
- Removedtypescript@3.9.10(transitive)