@agoric/assert
Advanced tools
Comparing version 0.6.1-dev-5d76a83.0 to 0.6.1-dev-5d7774e.0
{ | ||
"name": "@agoric/assert", | ||
"version": "0.6.1-dev-5d76a83.0+5d76a83", | ||
"version": "0.6.1-dev-5d7774e.0+5d7774e", | ||
"description": "Assert expression support that protects sensitive data", | ||
@@ -21,3 +21,3 @@ "type": "module", | ||
"devDependencies": { | ||
"@endo/init": "^1.1.1", | ||
"@endo/init": "^1.1.2", | ||
"ava": "^5.3.0" | ||
@@ -28,2 +28,5 @@ }, | ||
"@endo/init/debug.js" | ||
], | ||
"files": [ | ||
"test/**/*.test.*" | ||
] | ||
@@ -47,3 +50,2 @@ }, | ||
"src/", | ||
"exported.js", | ||
"NEWS.md" | ||
@@ -57,3 +59,3 @@ ], | ||
}, | ||
"gitHead": "5d76a839a600191aa8969ae192fc30a56c70ae23" | ||
"gitHead": "5d7774e926712f9c60d11552f6638434ee831687" | ||
} |
@@ -21,7 +21,7 @@ /* global globalThis */ | ||
// but we need to import it here as well. | ||
/// <reference path="./types.js" /> | ||
/// <reference path="./types-ambient.js" /> | ||
const { freeze } = Object; | ||
/** @type {import("ses").Assert} */ | ||
/** @type {import('ses').Assert} */ | ||
const globalAssert = globalThis.assert; | ||
@@ -28,0 +28,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
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
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
27514
6
401
2