@nexapp/debounce-await
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@nexapp/debounce-await", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Debounce async functions by resolve status", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -25,3 +26,2 @@ "build": "tsc", | ||
"homepage": "https://github.com/Nexapp/debounce-await#readme", | ||
"types": "dist/index.d.ts", | ||
"devDependencies": { | ||
@@ -28,0 +28,0 @@ "@types/jest": "^24.0.23", |
@@ -9,3 +9,3 @@ { | ||
"strict": true, | ||
"esModuleInterop": true | ||
"esModuleInterop": false | ||
}, | ||
@@ -12,0 +12,0 @@ "include": ["./src"], |
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
20093