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 1.0.6 to 1.0.7

2

dist/cjs/processTable.js

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

if (matchesKey(slotDef)) {
return { slot: key };
return { slot: slotDef };
}

@@ -28,0 +28,0 @@ continue;

@@ -23,3 +23,3 @@ const [componentNotFoundError, invalidPropError, tableFormatError, componentError] = ["ComponentNotFoundError", "InvalidPropError", "TableFormatError", "ComponentError"]

if (matchesKey(slotDef)) {
return { slot: key };
return { slot: slotDef };
}

@@ -26,0 +26,0 @@ continue;

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

@@ -27,3 +27,3 @@ "module": "./dist/esm/index.js",

"dependencies": {
"google-docs-parser": "workspace:*"
"google-docs-parser": "1.0.5"
},

@@ -43,2 +43,2 @@ "devDependencies": {

}
}
}

Sorry, the diff of this file is not supported yet

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