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

google-docs-components

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-docs-components - npm Package Compare versions

Comparing version

to
1.2.1

4

dist/cjs/processTable.js

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

function default_1(componentDefs, inputTable, parseContent, defaultToTable = true, classProp = false) {
var _a, _b;
var _a, _b, _c, _d;
let matchingDef;

@@ -221,3 +221,3 @@ const [componentNotFoundError, invalidPropError, tableFormatError, componentError,] = [

let value = verifyValue.text;
if (matchingDef.props[matches.prop].type == "number") {
if (((_d = (_c = matchingDef.props) === null || _c === void 0 ? void 0 : _c[matches.prop]) === null || _d === void 0 ? void 0 : _d.type) == "number") {
value = Number(value);

@@ -224,0 +224,0 @@ }

@@ -107,3 +107,3 @@ function matchesName(componentDef, title) {

export default function (componentDefs, inputTable, parseContent, defaultToTable = true, classProp = false) {
var _a, _b;
var _a, _b, _c, _d;
let matchingDef;

@@ -219,3 +219,3 @@ const [componentNotFoundError, invalidPropError, tableFormatError, componentError,] = [

let value = verifyValue.text;
if (matchingDef.props[matches.prop].type == "number") {
if (((_d = (_c = matchingDef.props) === null || _c === void 0 ? void 0 : _c[matches.prop]) === null || _d === void 0 ? void 0 : _d.type) == "number") {
value = Number(value);

@@ -222,0 +222,0 @@ }

{
"name": "google-docs-components",
"version": "1.2.0",
"version": "1.2.1",
"main": "./dist/cjs/index.js",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet