Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@agoric/internal

Package Overview
Dependencies
Maintainers
5
Versions
1803
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/internal - npm Package Compare versions

Comparing version 0.1.1-dev-dee0672.0 to 0.1.1-dev-e223687.0

src/config.js

4

package.json
{
"name": "@agoric/internal",
"version": "0.1.1-dev-dee0672.0+dee0672",
"version": "0.1.1-dev-e223687.0+e223687",
"description": "Externally unsupported utilities internal to agoric-sdk",

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

},
"gitHead": "dee0672dfa147d50e845d4cb79952ceec805950b"
"gitHead": "e22368736f8aa2b78fe01985c6763dbb9646aa6f"
}
// @ts-check
export * from './utils.js';
export * from './config.js';

@@ -176,2 +176,3 @@ // @ts-check

value: (...args) => apply(obj[name], obj, args),
enumerable: true,
},

@@ -202,3 +203,3 @@ ]),

*
* @type {<T extends {}>(unfulfilledTerms: T) => DeeplyAwaited<T>}
* @type {<T extends {}>(unfulfilledTerms: T) => import('@endo/eventual-send').ERef<DeeplyAwaited<T>>}
*/

@@ -205,0 +206,0 @@ export const deeplyFulfilledObject = obj => {

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