New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

retail-ui

Package Overview
Dependencies
Maintainers
2
Versions
303
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retail-ui - npm Package Compare versions

Comparing version 0.4.31 to 0.4.32

3

docs/src/regeneratorRuntime.js
// Remove this when babel-polyfill upgrades regenerator-runtime to > 0.9.6
global.regeneratorRuntime = null;
require('regenerator-runtime/runtime');
global.regeneratorRuntime = require('regenerator-runtime');

@@ -19,3 +19,3 @@ // @flow

for (const element of elements) {
if (element.contains(target)) {
if (element && element.contains(target)) {
return;

@@ -22,0 +22,0 @@ }

{
"name": "retail-ui",
"version": "0.4.31",
"version": "0.4.32",
"description": "UI Components",

@@ -5,0 +5,0 @@ "repository": {

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