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

@agoric/internal

Package Overview
Dependencies
Maintainers
0
Versions
1711
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/internal

Externally unsupported utilities internal to agoric-sdk

  • 0.4.0-u18.0
  • latest
  • agoric-upgrade-18
  • npm
  • Socket score

Version published
Weekly downloads
9.9K
decreased by-42.19%
Maintainers
0
Weekly downloads
 
Created
Source

NOTE: unsupported

Usage

This package contains code that is required by agoric-sdk and not meant to be imported anywhere else.

Like all @agoric packages it follows Semantic Versioning. Unlike the others, it will never have a stable API. In terms of SemVer spec item 4, it will never reach 1.0:

Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.

Design

It is meant to be a home for modules that have no Agoric-specific dependencies themselves. It does depend on a these other @agoric packages but they are all destined to migrate out of the repo,

  • base-zone
  • store
  • assert

This package may not take dependencies on any others in this repository.

It must never export ambient types.

It should not be imported by deep imports. Eventually this will be enforced by exports but the tooling isn't ready: - https://github.com/import-js/eslint-plugin-import/issues/1810 - https://github.com/microsoft/TypeScript/issues/33079 (or some related problem with JSdoc types)

FAQs

Package last updated on 02 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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