@agoric/promise-kit
Advanced tools
Comparing version 0.2.30-dev-5ac65ec.0 to 0.2.30-dev-5f303d9.0
{ | ||
"name": "@agoric/promise-kit", | ||
"version": "0.2.30-dev-5ac65ec.0+5ac65ec", | ||
"version": "0.2.30-dev-5f303d9.0+5f303d9", | ||
"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'", | ||
@@ -49,6 +48,2 @@ "lint:types": "tsc -p jsconfig.json" | ||
], | ||
"prettier": { | ||
"trailingComma": "all", | ||
"singleQuote": true | ||
}, | ||
"publishConfig": { | ||
@@ -63,3 +58,3 @@ "access": "public" | ||
}, | ||
"gitHead": "5ac65ecdfeed42be99f9316172b2799f70e37562" | ||
"gitHead": "5f303d9c00ba2db674d40936b6fd9f055ef15a23" | ||
} |
/* global globalThis */ | ||
// @ts-check | ||
// eslint-disable-next-line spaced-comment | ||
/// <reference types="ses"/> | ||
@@ -14,3 +13,3 @@ | ||
* @property {(value: ERef<T>) => void} resolve | ||
* @property {(reason: any) => void} reject | ||
* @property {(reason?: any) => void} reject | ||
* @property {Promise<T>} promise | ||
@@ -17,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
79