Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@aspen.cloud/agent-typings

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aspen.cloud/agent-typings

Typings for Aspen Agents

latest
npmnpm
Version
0.1.9
Version published
Maintainers
2
Created
Source

Aspen Typing Plugins

TODO: move out of PC repo and move to monorepo or other pattern

Getting Starter

  • Install
# if you're a yarn kind of person
yarn add -D @aspen/agent-typings

# if you're an npm kind of person
npm i --save-dev @aspen/agent-typings
  • Configure tsconfig.json
{
  "compilerOptions": {
        "typeRoots": [
            "./node_modules/@types",
            "./node_modules/@aspen.cloud",
        ]
    }
}

FAQs

Package last updated on 07 Dec 2021

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