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

codelabs-react

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

codelabs-react - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

2

dist/extract.js

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

try {
if (paragraph.paragraphStyle.spacingMode === "COLLAPSE_LISTS") {
if (paragraph.paragraphStyle.spacingMode === "COLLAPSE_LISTS" || paragraph.paragraphStyle.indentStart) {
return "li";

@@ -136,0 +136,0 @@ }

{
"name": "codelabs-react",
"version": "1.8.0",
"version": "1.8.1",
"description": "",

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

@@ -151,3 +151,6 @@ const infoColor = { red: 0.8509804, green: 0.91764706, blue: 0.827451 };

try {
if (paragraph.paragraphStyle.spacingMode === "COLLAPSE_LISTS") {
if (
paragraph.paragraphStyle.spacingMode === "COLLAPSE_LISTS" ||
paragraph.paragraphStyle.indentStart
) {
return "li";

@@ -154,0 +157,0 @@ }

Sorry, the diff of this file is not supported yet

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