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

dresscode-botex

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dresscode-botex - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

3

lib/Botex/Tag.js

@@ -28,3 +28,4 @@ Botex.Tag = Bricks.inherit(Botex.Template, {

var style = Pony.Object.keys($.style).map(function(name) {
return name + ':' + $.style[name] + ';';
var value = $.style[name];
return value !== null && value !== undefined ? name + ':' + value + ';' : '';
}, this).join('');

@@ -31,0 +32,0 @@ if (style) {

{
"name": "dresscode-botex",
"version": "0.0.9",
"version": "0.0.10",
"dependencies": {

@@ -5,0 +5,0 @@ "dresscode-bricks": "latest",

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