@agoric/network
Advanced tools
Comparing version 0.1.1-dev-5fcf452.0 to 0.1.1-dev-61383f9.0
{ | ||
"name": "@agoric/network", | ||
"version": "0.1.1-dev-5fcf452.0+5fcf452", | ||
"version": "0.1.1-dev-61383f9.0+61383f9", | ||
"description": "Agoric's network protocol API", | ||
@@ -24,12 +24,12 @@ "type": "module", | ||
"dependencies": { | ||
"@agoric/assert": "0.6.1-dev-5fcf452.0+5fcf452", | ||
"@agoric/internal": "0.3.3-dev-5fcf452.0+5fcf452", | ||
"@agoric/store": "0.9.3-dev-5fcf452.0+5fcf452", | ||
"@endo/base64": "^0.2.32", | ||
"@endo/far": "^0.2.19", | ||
"@endo/promise-kit": "^0.2.57" | ||
"@agoric/assert": "0.6.1-dev-61383f9.0+61383f9", | ||
"@agoric/internal": "0.3.3-dev-61383f9.0+61383f9", | ||
"@agoric/store": "0.9.3-dev-61383f9.0+61383f9", | ||
"@endo/base64": "^0.2.34", | ||
"@endo/far": "^0.2.21", | ||
"@endo/promise-kit": "^0.2.59" | ||
}, | ||
"devDependencies": { | ||
"@agoric/swingset-vat": "0.32.3-dev-5fcf452.0+5fcf452", | ||
"@endo/bundle-source": "^2.5.2", | ||
"@agoric/swingset-vat": "0.32.3-dev-61383f9.0+61383f9", | ||
"@endo/bundle-source": "^2.7.0", | ||
"ava": "^5.3.0", | ||
@@ -67,3 +67,6 @@ "c8": "^7.13.0" | ||
}, | ||
"gitHead": "5fcf4525cd4238b465f925dbf42f80f87800c116" | ||
"typeCoverage": { | ||
"atLeast": 76.57 | ||
}, | ||
"gitHead": "61383f976e500f758ac3127dd3f9c9e0a06f4aa7" | ||
} |
@@ -1,2 +0,2 @@ | ||
import './types.js'; | ||
/// <reference path="./types.js" /> | ||
import { encodeBase64, decodeBase64 } from '@endo/base64'; | ||
@@ -3,0 +3,0 @@ |
@@ -9,3 +9,3 @@ import { makeScalarMapStore, makeLegacyMap } from '@agoric/store'; | ||
import '@agoric/store/exported.js'; | ||
import './types.js'; | ||
/// <reference path="./types.js" /> | ||
@@ -12,0 +12,0 @@ /** |
@@ -7,3 +7,3 @@ import { Far, E as defaultE } from '@endo/far'; | ||
import '@agoric/store/exported.js'; | ||
import './types.js'; | ||
/// <reference path="./types.js" /> | ||
@@ -10,0 +10,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
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
72401