@agoric/promise-kit
Advanced tools
Comparing version 0.2.30-dev-bf29060.0 to 0.2.30-dev-c3c32b1.0
{ | ||
"name": "@agoric/promise-kit", | ||
"version": "0.2.30-dev-bf29060.0+bf29060", | ||
"version": "0.2.30-dev-c3c32b1.0+c3c32b1", | ||
"description": "Helper for making promises", | ||
@@ -14,5 +14,4 @@ "type": "module", | ||
"test:xs": "exit 0", | ||
"lint-fix": "yarn lint:eslint --fix && yarn lint:types", | ||
"lint-check": "yarn lint", | ||
"lint": "yarn lint:types && yarn lint:eslint", | ||
"lint-fix": "yarn lint:eslint --fix", | ||
"lint": "run-s --continue-on-error lint:*", | ||
"lint:eslint": "eslint '**/*.js'", | ||
@@ -58,3 +57,3 @@ "lint:types": "tsc -p jsconfig.json" | ||
}, | ||
"gitHead": "bf290606171e44f2de4e2a358c16372f2af96471" | ||
"gitHead": "c3c32b136bab2f397bf781495ae67e56d51b8e4b" | ||
} |
@@ -13,3 +13,3 @@ /* global globalThis */ | ||
* @property {(value: ERef<T>) => void} resolve | ||
* @property {(reason: any) => void} reject | ||
* @property {(reason?: any) => void} reject | ||
* @property {Promise<T>} promise | ||
@@ -16,0 +16,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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
15740