@agoric/promise-kit
Advanced tools
Comparing version 0.2.30-dev-d667e9f.0 to 0.2.30-dev-d7b69bd.0
{ | ||
"name": "@agoric/promise-kit", | ||
"version": "0.2.30-dev-d667e9f.0+d667e9f", | ||
"version": "0.2.30-dev-d7b69bd.0+d7b69bd", | ||
"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": "d667e9f83a9ada0a4ec0ddb39096e3f64cc57a5b" | ||
"gitHead": "d7b69bd69004d5a474415bb9ccb13366a753c1e2" | ||
} |
/* global globalThis */ | ||
// @ts-check | ||
// eslint-disable-next-line spaced-comment | ||
/// <reference types="ses"/> | ||
@@ -6,0 +5,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
15739
79