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

postcss-local-constants

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-local-constants - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

CHANGELOG.md

@@ -1,2 +0,5 @@

## 0.2
## 0.0.3
* Remove `~foo: './bar.js'` declaration after parsing.
## 0.0.2
* Usable release

@@ -6,3 +9,3 @@ * Now called constants

## 0.1
## 0.0.1
* Initial release.

@@ -64,2 +64,3 @@ var postcss = require('postcss');

getConstants(node.prop, node.value);
node.removeSelf();
}

@@ -66,0 +67,0 @@

{
"name": "postcss-local-constants",
"version": "0.0.2",
"version": "0.0.3",
"description": "PostCSS plugin to process imported constants from a file, removing them from a global scope.",

@@ -5,0 +5,0 @@ "keywords": [

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