You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

cssfilter

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssfilter - npm Package Compare versions

Comparing version

to
0.0.11

2

lib/default.js

@@ -158,2 +158,3 @@ /**

whiteList['font-weight'] = true; // default: normal
whiteList['gap'] = false; // default: normal normal
whiteList['grid'] = false; // default: depending on individual properties

@@ -280,2 +281,3 @@ whiteList['grid-area'] = false; // default: depending on individual properties

whiteList['rotation-point'] = false; // default: 50% 50%
whiteList['row-gap'] = false; // default: normal
whiteList['ruby-align'] = false; // default: auto

@@ -282,0 +284,0 @@ whiteList['ruby-merge'] = false; // default: separate

2

package.json
{
"name": "cssfilter",
"version": "0.0.10",
"version": "0.0.11",
"description": "Sanitize untrusted CSS with a configuration specified by a Whitelist. 根据白名单过滤CSS",

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