@agoric/assert
Advanced tools
Comparing version 0.6.1-dev-5a4779a.0 to 0.6.1-dev-5b2d338.0
{ | ||
"name": "@agoric/assert", | ||
"version": "0.6.1-dev-5a4779a.0+5a4779a", | ||
"version": "0.6.1-dev-5b2d338.0+5b2d338", | ||
"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": "5a4779a5b0240bccd150607474d80beac23da3cd" | ||
"gitHead": "5b2d338174298d6e0b042f622f8566d277696860" | ||
} |
@@ -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