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

postcss-syntax

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-syntax - npm Package Compare versions

Comparing version 0.26.0 to 0.26.1

14

index.js

@@ -8,9 +8,2 @@ "use strict";

{
// WXSS(WeiXin Style Sheets) See: https://developers.weixin.qq.com/miniprogram/dev/framework/view/wxss.html
// acss(AntFinancial Style Sheet) See: https://docs.alipay.com/mini/framework/acss
// `*.pcss`, `*.postcss`
test: /\.(?:wx|\w*c)ss$/i,
lang: "css",
},
{
test: /\.less$/i,

@@ -36,2 +29,9 @@ lang: "less",

{
// WXSS(WeiXin Style Sheets) See: https://developers.weixin.qq.com/miniprogram/dev/framework/view/wxss.html
// acss(AntFinancial Style Sheet) See: https://docs.alipay.com/mini/framework/acss
// `*.pcss`, `*.postcss`
test: /\.(?:wx|\w*c)ss$/i,
lang: "css",
},
{
test: /\.(?:[sx]?html?|[sx]ht|vue|ux|markdown|md|php)$/i,

@@ -38,0 +38,0 @@ extract: "html",

{
"name": "postcss-syntax",
"version": "0.26.0",
"version": "0.26.1",
"description": "Automatically switch PostCSS syntax by file extensions",

@@ -5,0 +5,0 @@ "repository": {

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