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

@csstools/postcss-unset-value

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csstools/postcss-unset-value - npm Package Compare versions

Comparing version 3.0.1 to 4.0.0

18

CHANGELOG.md
# Changes to PostCSS Unset Value
### 3.0.1
### 4.0.0
_December 15, 2023_
_August 3, 2024_
- Fix type definitions
- Updated: Support for Node v18+ (major).
### 3.0.0
_July 3, 2023_
- Change license to `MIT-0` ([read more about this change in the blog post](https://preset-env.cssdb.org/blog/license-change/))
### 2.0.1
_January 28, 2023_
- Improve `types` declaration in `package.json`
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-unset-value/CHANGELOG.md)

7

package.json
{
"name": "@csstools/postcss-unset-value",
"description": "Use the unset keyword in CSS.",
"version": "3.0.1",
"version": "4.0.0",
"contributors": [

@@ -28,3 +28,3 @@ {

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

@@ -54,6 +54,7 @@ "type": "module",

},
"scripts": {},
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-unset-value#readme",
"repository": {
"type": "git",
"url": "https://github.com/csstools/postcss-plugins.git",
"url": "git+https://github.com/csstools/postcss-plugins.git",
"directory": "plugins/postcss-unset-value"

@@ -60,0 +61,0 @@ },

@@ -5,5 +5,7 @@ # PostCSS Unset Value [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][postcss]

[<img alt="npm version" src="https://img.shields.io/npm/v/@csstools/postcss-unset-value.svg" height="20">][npm-url]
[<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/unset-value.svg" height="20">][css-url]
[<img alt="Build Status" src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg" height="20">][cli-url]
[<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]
<br><br>
[<img alt="Baseline Status" src="https://cssdb.org/images/badges-baseline/unset-value.svg" height="20">][css-url]
[<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/unset-value.svg" height="20">][css-url]

@@ -10,0 +12,0 @@ [PostCSS Unset Value] lets you use the unset keyword, following the [CSS Cascading and Inheritance] specification.

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