New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cessie

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cessie - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

9

index.js

@@ -22,2 +22,3 @@ const fs = require('fs');

--import-from, -i Import CSS variables from file (https://github.com/postcss/postcss-custom-properties#importfrom)
--export-to, -e Export CSS variables to file (https://github.com/postcss/postcss-custom-properties#exportto)

@@ -138,10 +139,4 @@ Examples

const customProps = { preserve: false };
if (importFrom) {
customProps.importFrom = importFrom;
}
plugins.push(...[
require('postcss-custom-properties')(customProps),
require('postcss-custom-properties')({ preserve: false, exportTo, importFrom }),
require('postcss-calc'),

@@ -148,0 +143,0 @@ require('autoprefixer'),

{
"name": "cessie",
"version": "1.3.0",
"version": "1.4.0",
"description": "Transpile your CSS bundle to support CSS variables, calc, and future CSS for non supported browsers.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -62,2 +62,3 @@ <br>

--import-from, -i Import CSS variables from file (https://github.com/postcss/postcss-custom-properties#importfrom)
--export-to, -e Export CSS variables to file (https://github.com/postcss/postcss-custom-properties#exportto)

@@ -64,0 +65,0 @@ Examples

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