New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@openrewrite/types

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openrewrite/types

Various Typescript types to aid in OpenRewrite recipe development

latest
npmnpm
Version
0.0.20
Version published
Weekly downloads
4
300%
Maintainers
1
Weekly downloads
 
Created
Source

OpenRewrite Logo

Greetings!

The OpenRewrite project is a mass refactoring ecosystem designed to eliminate technical debt across an engineering organization. Full documentation and information is available at OpenRewrite.

This project contains Typescript typings to aid in the development of OpenRewrite recipes.

How to install

npm i -D @openrewrite/types

How to use

Add node_modules/@openrewrite/types/**/*.ts to the "include" section of your tsconfig.json. This will get you the base type definition file that covers nashorn and java bindings.

Additionally you can import types and classes specific to OpenRewrite Recipes:

import { OpenRewrite } from '@openrewrite/types';

FAQs

Package last updated on 13 Oct 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