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

@vxapp/wxss

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vxapp/wxss - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

4

index.js

@@ -45,4 +45,4 @@ const fs = require('fs');

wxss.transform = async options => {
const { current, source, target, plugins = [] } = options;
const output = current.replace(source, target);
var { current, source, target, output, plugins = [] } = options;
output = output || current.replace(source, target);
const content = await readFile(current);

@@ -49,0 +49,0 @@ const parse = postcss(plugins.concat(wxss(options)));

{
"name": "@vxapp/wxss",
"version": "0.0.14",
"version": "0.0.15",
"description": "wechat mini-program wxss parser",

@@ -21,6 +21,6 @@ "keywords": [

"dependencies": {
"@vxapp/resolve": "^0.0.9",
"@vxapp/resolve": "^0.0.10",
"postcss": "^7.0.6"
},
"gitHead": "499a70ca92befd3481fe5fa493bc3466616344d7"
"gitHead": "e02dc67596abd028828e628e539ed6f398e1f822"
}
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