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

dresscode-bricks

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

dresscode-bricks - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

lib/Bricks/DOM.js

@@ -13,3 +13,3 @@ Bricks.DOM = {};

doc = doc || document;
return typeof el == 'string' ? doc.getElementById(el) : el;
return el ? typeof el == 'string' ? doc.getElementById(el) : el : null;
};

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

@@ -85,3 +85,3 @@ Bricks.String = {};

Bricks.String.escapeHTML = function(str) {
return str.replace(/[&"<>]/g, function(c) {
return String(str).replace(/[&"<>]/g, function(c) {
return {

@@ -88,0 +88,0 @@ '&': "&amp;",

{
"name": "dresscode-bricks",
"version": "0.2.3",
"version": "0.2.4",
"author": {

@@ -5,0 +5,0 @@ "name": "Kolyaj",

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