@agoric/assert
Advanced tools
Comparing version 0.6.1-dev-4e00bdd.0 to 0.6.1-dev-4f70e66.0
{ | ||
"name": "@agoric/assert", | ||
"version": "0.6.1-dev-4e00bdd.0+4e00bdd", | ||
"version": "0.6.1-dev-4f70e66.0+4f70e66", | ||
"description": "Assert expression support that protects sensitive data", | ||
@@ -21,3 +21,3 @@ "type": "module", | ||
"devDependencies": { | ||
"@endo/init": "^1.0.4", | ||
"@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": "4e00bdd5205b0f60759668bd8b5baacc289f04bd" | ||
"gitHead": "4f70e66a2fa4f663e13fa9172e9b8efb1ad7a9d8" | ||
} |
@@ -21,9 +21,7 @@ /* global globalThis */ | ||
// but we need to import it here as well. | ||
/// <reference path="./types.js" /> | ||
/// <reference path="./types-ambient.js" /> | ||
/** @typedef {import('@endo/marshal').Checker} Checker */ | ||
const { freeze } = Object; | ||
/** @type {Assert} */ | ||
/** @type {import('ses').Assert} */ | ||
const globalAssert = globalThis.assert; | ||
@@ -30,0 +28,0 @@ |
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
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