You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

weex-styler

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.14 to 0.0.15

14

lib/validator.js

@@ -371,5 +371,17 @@ var util = require('./util')

borderWidth: LENGTH_VALIDATOR,
borderLeftWidth: LENGTH_VALIDATOR,
borderTopWidth: LENGTH_VALIDATOR,
borderRightWidth: LENGTH_VALIDATOR,
borderBottomWidth: LENGTH_VALIDATOR,
borderColor: COLOR_VALIDATOR,
borderLeftColor: COLOR_VALIDATOR,
borderTopColor: COLOR_VALIDATOR,
borderRightColor: COLOR_VALIDATOR,
borderBottomColor: COLOR_VALIDATOR,
borderStyle: genEnumValidator(['dotted', 'dashed', 'solid']),
borderRadius: LENGTH_VALIDATOR
borderRadius: LENGTH_VALIDATOR,
borderBottomLeftRadius: LENGTH_VALIDATOR,
borderBottomRightRadius: LENGTH_VALIDATOR,
borderTopLeftRadius: LENGTH_VALIDATOR,
borderTopRightRadius: LENGTH_VALIDATOR
},

@@ -376,0 +388,0 @@ flexbox: {

2

package.json
{
"name": "weex-styler",
"version": "0.0.14",
"version": "0.0.15",
"description": "Weex <style> transformer",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc