@agoric/assert
Advanced tools
Comparing version 0.6.1-dev-e0447b8.0 to 0.6.1-dev-e193e66.0
{ | ||
"name": "@agoric/assert", | ||
"version": "0.6.1-dev-e0447b8.0+e0447b8", | ||
"version": "0.6.1-dev-e193e66.0+e193e66", | ||
"description": "Assert expression support that protects sensitive data", | ||
@@ -8,3 +8,3 @@ "type": "module", | ||
"engines": { | ||
"node": ">=14.15.0" | ||
"node": "^18.12 || ^20.9" | ||
}, | ||
@@ -22,3 +22,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@endo/init": "^1.0.2", | ||
"@endo/init": "^1.1.2", | ||
"ava": "^5.3.0" | ||
@@ -29,2 +29,5 @@ }, | ||
"@endo/init/debug.js" | ||
], | ||
"files": [ | ||
"test/**/*.test.*" | ||
] | ||
@@ -48,3 +51,2 @@ }, | ||
"src/", | ||
"exported.js", | ||
"NEWS.md" | ||
@@ -58,3 +60,3 @@ ], | ||
}, | ||
"gitHead": "e0447b8374c0a43774ee6d70a00cd8916301e53b" | ||
"gitHead": "e193e66fc578b1c00eda5f5ab6599f1cfbdc542f" | ||
} |
@@ -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