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

@csstools/postcss-ic-unit

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csstools/postcss-ic-unit - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

4

CHANGELOG.md
# Changes to PostCSS IC Unit
### 2.0.0 (January 24, 2023)
- Updated: Support for Node v14+ (major).
### 1.0.1 (July 8, 2022)

@@ -4,0 +8,0 @@

5

dist/index.d.ts
import type { PluginCreator } from 'postcss';
declare type pluginOptions = {
/** postcss-ic-unit plugin options */
export type pluginOptions = {
/** Preserve the original notation. default: false */
preserve?: boolean;
/** Enable "@csstools/postcss-progressive-custom-properties". default: true */
enableProgressiveCustomProperties?: boolean;

@@ -5,0 +8,0 @@ };

{
"name": "@csstools/postcss-ic-unit",
"description": "Use the ic length unit",
"version": "1.0.1",
"version": "2.0.0",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",

@@ -12,3 +12,3 @@ "license": "CC0-1.0",

"engines": {
"node": "^12 || ^14 || >=16"
"node": "^14 || ^16 || >=18"
},

@@ -32,11 +32,12 @@ "main": "dist/index.cjs",

"dependencies": {
"@csstools/postcss-progressive-custom-properties": "^1.1.0",
"@csstools/postcss-progressive-custom-properties": "^2.0.0",
"postcss-value-parser": "^4.2.0"
},
"peerDependencies": {
"postcss": "^8.2"
"postcss": "^8.4"
},
"scripts": {
"build": "rollup -c ../../rollup/default.js",
"clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"",
"prebuild": "npm run clean",
"build": "rollup -c ../../rollup/default.mjs",
"clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true }); fs.mkdirSync('./dist');\"",
"docs": "node ../../.github/bin/generate-docs/install.mjs",

@@ -43,0 +44,0 @@ "lint": "npm run lint:eslint && npm run lint:package-json",

@@ -55,4 +55,4 @@ # PostCSS IC Unit [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][postcss]

| [Node](INSTALL.md#node) | [PostCSS CLI](INSTALL.md#postcss-cli) | [Webpack](INSTALL.md#webpack) | [Create React App](INSTALL.md#create-react-app) | [Gulp](INSTALL.md#gulp) | [Grunt](INSTALL.md#grunt) |
| --- | --- | --- | --- | --- | --- |
| [Node](INSTALL.md#node) | [PostCSS CLI](INSTALL.md#postcss-cli) | [Webpack](INSTALL.md#webpack) | [Gulp](INSTALL.md#gulp) | [Grunt](INSTALL.md#grunt) |
| --- | --- | --- | --- | --- |

@@ -59,0 +59,0 @@ ## Options

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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