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

@types/postcss-plugins

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/postcss-plugins

TypeScript definitions for postcss-plugins

ts3.6
ts3.7
ts3.8
ts3.9
ts4.0
ts4.1
ts4.2
ts4.3
ts4.4
Source
npmnpm
Version
1.13.0
Version published
Maintainers
1
Created
Source

Installation

npm install --save @types/postcss-plugins

Summary

This package contains type definitions for postcss-plugins (https://github.com/himynameisdave/postcss-plugins#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-plugins.

index.d.ts

// Type definitions for postcss-plugins 1.13
// Project: https://github.com/himynameisdave/postcss-plugins#readme
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare namespace postcssPlugins {
    interface Plugin {
        name: string;
        url: string;
        description: string;
        tags: string[];
        author: string;
        stars: number;
    }
}

declare const postcssPlugins: postcssPlugins.Plugin[];

export = postcssPlugins;

Additional Details

  • Last updated: Thu, 01 Jul 2021 21:01:35 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Piotr Błażejewicz.

FAQs

Package last updated on 01 Jul 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