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

postcss-plugin-weex

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-plugin-weex - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

.travis.yml

2

package.json
{
"name": "postcss-plugin-weex",
"version": "0.1.5",
"version": "0.1.6",
"description": "postcss plugin for weex-vue-render.",

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

# postcss-plugin-weex
postcss plugin for weex-vue-render.
postcss plugin for [weex-vue-render](https://npmjs.com/package/weex-vue-render).
[![build](https://travis-ci.org/MrRaindrop/postcss-plugin-weex.svg?branch=master)](https://travis-ci.org/MrRaindrop/postcss-plugin-weex)
[![pkg](https://img.shields.io/npm/v/postcss-plugin-weex.svg?style=flat)](https://npmjs.com/package/postcss-plugin-weex)
[![down](https://img.shields.io/npm/dm/postcss-plugin-weex.svg)](https://npmjs.com/package/postcss-plugin-weex)
[![Package Quality](http://npm.packagequality.com/shield/postcss-plugin-weex.svg)](http://packagequality.com/#?package=postcss-plugin-weex)
## styles

@@ -5,0 +11,0 @@

@@ -13,3 +13,3 @@ const postcss = require('postcss')

const unitRegx = function (unit) {
return new RegExp(`([+-]?\\d+(?:.\\d*)?)(${unit})`, )
return new RegExp(`([+-]?\\d+(?:.\\d*)?)(${unit})`, 'gi')
}

@@ -16,0 +16,0 @@

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