Socket
Socket
Sign inDemoInstall

@blitzui/core

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blitzui/core - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

2

dist/CompositeElement.js

@@ -19,3 +19,3 @@ "use strict";

keys.forEach(key => {
if (typeof props[key] === 'object' && props[key]['action']) {
if (typeof props[key] === 'object' && props[key] && props[key]['action']) {
const action = this.actions.getAction(props[key]['action']);

@@ -22,0 +22,0 @@ if (!action)

{
"name": "@blitzui/core",
"version": "2.1.2",
"version": "2.1.3",
"description": "Tool for generating dynamic website content",

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

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