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

tcomb-postcss

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

tcomb-postcss

Extends the tcomb library with PostCSS irreducible node types.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

tcomb-postcss

NPM version npm license Travis Build Status AppVeyor Build Status

npm

Extends the tcomb library with PostCSS irreducible node types.

The following types are added to tcomb:

Usage

var t = require('tcomb-postcss');
var postcss = require('postcss');

var root = postcss.parse('a{}');
t.Root.is(root); // true
t.Rule.is(root.first); // true
t.AtRule.is(root.first); // false

Keywords

tcomb

FAQs

Package last updated on 15 Sep 2015

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