@endo/init
Advanced tools
Comparing version 0.5.54 to 0.5.55
{ | ||
"name": "@endo/init", | ||
"version": "0.5.54", | ||
"version": "0.5.55", | ||
"description": "Prepare Endo environment on import", | ||
@@ -11,2 +11,3 @@ "type": "module", | ||
"./legacy.js": "./legacy.js", | ||
"./unsafe-fast.js": "./unsafe-fast.js", | ||
"./pre.js": { | ||
@@ -32,11 +33,11 @@ "node": "./src/pre-node.js", | ||
"devDependencies": { | ||
"@endo/compartment-mapper": "^0.8.2", | ||
"@endo/ses-ava": "^0.2.38", | ||
"@endo/compartment-mapper": "^0.8.3", | ||
"@endo/ses-ava": "^0.2.39", | ||
"ava": "^5.1.1" | ||
}, | ||
"dependencies": { | ||
"@endo/base64": "^0.2.30", | ||
"@endo/eventual-send": "^0.17.0", | ||
"@endo/lockdown": "^0.1.26", | ||
"@endo/promise-kit": "^0.2.54" | ||
"@endo/base64": "^0.2.31", | ||
"@endo/eventual-send": "^0.17.1", | ||
"@endo/lockdown": "^0.1.27", | ||
"@endo/promise-kit": "^0.2.55" | ||
}, | ||
@@ -67,3 +68,3 @@ "files": [ | ||
"extends": [ | ||
"@endo" | ||
"plugin:@endo/internal" | ||
] | ||
@@ -74,11 +75,6 @@ }, | ||
], | ||
"prettier": { | ||
"arrowParens": "avoid", | ||
"trailingComma": "all", | ||
"singleQuote": true | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "0053227a37ee76ee8a3dce6059dd55140ed0ce6d" | ||
"gitHead": "8141f58debaec420cbc2a7cb698e888566d430ba" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
27547
26
281
0
Updated@endo/base64@^0.2.31
Updated@endo/eventual-send@^0.17.1
Updated@endo/lockdown@^0.1.27
Updated@endo/promise-kit@^0.2.55