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

docxyz-new

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

docxyz-new - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

package.json
{
"name": "docxyz-new",
"version": "0.2.7",
"version": "0.2.8",
"description": "Javascript port of python-docx.",

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

@@ -54,3 +54,3 @@

}
add_picture(image_path_or_stream, width = null, height = null) {
add_picture(image_path_or_stream, width = null, height = null, attributes = null) {
/*

@@ -68,2 +68,3 @@ Return a new picture shape added in its own paragraph at the end of

*/
console.log("ATTRIBUTES ------>", attributes);
let run;

@@ -70,0 +71,0 @@ run = this.add_paragraph().add_run();

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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