@agoric/assert
Advanced tools
Comparing version 0.6.1-dev-1d3807b.0 to 0.6.1-dev-1d94913.0
{ | ||
"name": "@agoric/assert", | ||
"version": "0.6.1-dev-1d3807b.0+1d3807b", | ||
"version": "0.6.1-dev-1d94913.0+1d94913", | ||
"description": "Assert expression support that protects sensitive data", | ||
@@ -27,2 +27,5 @@ "type": "module", | ||
"@endo/init/debug.js" | ||
], | ||
"files": [ | ||
"test/**/*.test.*" | ||
] | ||
@@ -46,3 +49,2 @@ }, | ||
"src/", | ||
"exported.js", | ||
"NEWS.md" | ||
@@ -56,3 +58,3 @@ ], | ||
}, | ||
"gitHead": "1d3807ba35247b0811140760851159940d855e56" | ||
"gitHead": "1d9491345c557e12a4d2c80a690baab7d0ff8436" | ||
} |
@@ -25,3 +25,3 @@ /* global globalThis */ | ||
/** @type {import("ses").Assert} */ | ||
/** @type {import('ses').Assert} */ | ||
const globalAssert = globalThis.assert; | ||
@@ -28,0 +28,0 @@ |
// @ts-check | ||
/// <reference types="ses"/> | ||
/// <reference types="ses" /> | ||
@@ -4,0 +4,0 @@ // Based on |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
1
27514
6
401