@agoric/promise-kit
Advanced tools
Comparing version 0.2.30-dev-0c4d32b.0 to 0.2.30-dev-0c5d62c.0
{ | ||
"name": "@agoric/promise-kit", | ||
"version": "0.2.30-dev-0c4d32b.0+0c4d32b", | ||
"version": "0.2.30-dev-0c5d62c.0+0c5d62c", | ||
"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": "0c4d32bb53e935bee28e64b53d9d74ae4c89b44a" | ||
"gitHead": "0c5d62ceebe0e7a6e2a385256ab059637b83d01d" | ||
} |
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
15739