@agoric/assert
Advanced tools
Comparing version 0.6.1-dev-09e90ee.0 to 0.6.1-dev-0ad10c6.0
{ | ||
"name": "@agoric/assert", | ||
"version": "0.6.1-dev-09e90ee.0+09e90ee", | ||
"version": "0.6.1-dev-0ad10c6.0+0ad10c6", | ||
"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": "09e90eeb90153b39018afe6309ebdcafa02b07b2" | ||
"gitHead": "0ad10c6e7b2871007eb02025c5238ec2a16b7c69" | ||
} |
@@ -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 @@ |
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