You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ttou/postcss-px-to-viewport

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ttou/postcss-px-to-viewport - npm Package Compare versions

Comparing version

to
2.0.4

2

out/types.d.ts

@@ -47,2 +47,3 @@ export type Options = {

* - 如果传入的值是一个数组,那么数组里的值必须为正则
* - windows 下路径是双斜杠 `include: /\\src\\mobile\\/`
*/

@@ -54,2 +55,3 @@ include?: RegExp | RegExp[];

* - 如果传入的值是一个数组,那么数组里的值必须为正则
* - windows 下路径是双斜杠 `include: /\\src\\mobile\\/`
*/

@@ -56,0 +58,0 @@ exclude?: RegExp | RegExp[];

2

package.json
{
"name": "@ttou/postcss-px-to-viewport",
"description": "A CSS post-processor that converts px to viewport units (vw, vh, vmin, vmax).",
"version": "2.0.3",
"version": "2.0.4",
"author": "Dmitry Karpunin <koderfunk@gmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -47,2 +47,3 @@ export type Options = {

* - 如果传入的值是一个数组,那么数组里的值必须为正则
* - windows 下路径是双斜杠 `include: /\\src\\mobile\\/`
*/

@@ -54,2 +55,3 @@ include?: RegExp | RegExp[]

* - 如果传入的值是一个数组,那么数组里的值必须为正则
* - windows 下路径是双斜杠 `include: /\\src\\mobile\\/`
*/

@@ -56,0 +58,0 @@ exclude?: RegExp | RegExp[]