New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@agoric/network

Package Overview
Dependencies
Maintainers
0
Versions
1009
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/network - npm Package Compare versions

Comparing version 0.1.1-dev-c27a7e6.0 to 0.1.1-dev-c27cc4f.0

36

package.json
{
"name": "@agoric/network",
"version": "0.1.1-dev-c27a7e6.0+c27a7e6",
"version": "0.1.1-dev-c27cc4f.0+c27cc4f",
"description": "Agoric's network protocol API",

@@ -11,3 +11,3 @@ "type": "module",

"prepack": "tsc --build tsconfig.build.json",
"postpack": "git clean -f '*.d.ts*'",
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'",
"test": "ava",

@@ -25,18 +25,18 @@ "test:c8": "c8 $C8_OPTIONS ava",

"dependencies": {
"@agoric/internal": "0.3.3-dev-c27a7e6.0+c27a7e6",
"@agoric/store": "0.9.3-dev-c27a7e6.0+c27a7e6",
"@agoric/vat-data": "0.5.3-dev-c27a7e6.0+c27a7e6",
"@endo/base64": "^1.0.7",
"@endo/errors": "^1.2.5",
"@endo/far": "^1.1.5",
"@endo/pass-style": "^1.4.3",
"@endo/patterns": "^1.4.3",
"@endo/promise-kit": "^1.1.5"
"@agoric/internal": "0.3.3-dev-c27cc4f.0+c27cc4f",
"@agoric/store": "0.9.3-dev-c27cc4f.0+c27cc4f",
"@agoric/vat-data": "0.5.3-dev-c27cc4f.0+c27cc4f",
"@endo/base64": "^1.0.8",
"@endo/errors": "^1.2.7",
"@endo/far": "^1.1.8",
"@endo/pass-style": "^1.4.6",
"@endo/patterns": "^1.4.6",
"@endo/promise-kit": "^1.1.7"
},
"devDependencies": {
"@agoric/swingset-liveslots": "0.10.3-dev-c27a7e6.0+c27a7e6",
"@agoric/swingset-vat": "0.32.3-dev-c27a7e6.0+c27a7e6",
"@agoric/vow": "0.1.1-dev-c27a7e6.0+c27a7e6",
"@agoric/zone": "0.2.3-dev-c27a7e6.0+c27a7e6",
"@endo/bundle-source": "^3.4.0",
"@agoric/swingset-liveslots": "0.10.3-dev-c27cc4f.0+c27cc4f",
"@agoric/swingset-vat": "0.32.3-dev-c27cc4f.0+c27cc4f",
"@agoric/vow": "0.1.1-dev-c27cc4f.0+c27cc4f",
"@agoric/zone": "0.2.3-dev-c27cc4f.0+c27cc4f",
"@endo/bundle-source": "^3.4.2",
"ava": "^5.3.0",

@@ -71,5 +71,5 @@ "c8": "^9.1.0"

"typeCoverage": {
"atLeast": 90.69
"atLeast": 91.16
},
"gitHead": "c27a7e6b55064e7e86613ae5a923cc6511d15c1e"
"gitHead": "c27cc4f406fc42900bca73ed889b868423b849ef"
}

@@ -72,3 +72,3 @@ // @ts-check

if (!portNameRegex.test(specifiedName)) {
throw new Error(`Invalid IBC port name: ${specifiedName}`);
throw Error(`Invalid IBC port name: ${specifiedName}`);
}

@@ -408,3 +408,3 @@ }

/** @enum {number} */
/** @enum {typeof RevokeState[keyof typeof RevokeState]} */
const RevokeState = /** @type {const} */ ({

@@ -415,2 +415,3 @@ NOT_REVOKED: 0,

});
harden(RevokeState);

@@ -417,0 +418,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc