@endo/compartment-mapper
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "@endo/compartment-mapper", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "The compartment mapper assembles Node applications in a sandbox", | ||
@@ -59,6 +59,6 @@ "keywords": [ | ||
"@endo/cjs-module-analyzer": "^1.0.8", | ||
"@endo/module-source": "^1.1.0", | ||
"@endo/module-source": "^1.1.1", | ||
"@endo/trampoline": "^1.0.2", | ||
"@endo/zip": "^1.0.8", | ||
"ses": "^1.9.0" | ||
"ses": "^1.9.1" | ||
}, | ||
@@ -117,3 +117,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "bbf20fae6726f7d26456714b8852572787d34e05" | ||
"gitHead": "c242c28a68d1af29475150e44b5f3e9d0feda8cd" | ||
} |
/* Validates a compartment map against its schema. */ | ||
// @ts-check | ||
/// <reference types="ses"/> | ||
import { assertPackagePolicy } from './policy-format.js'; | ||
@@ -7,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
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
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
392697
9559
Updated@endo/module-source@^1.1.1
Updatedses@^1.9.1