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

docx-parser-5c

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docx-parser-5c - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "docx-parser-5c",
"version": "1.0.3",
"version": "1.0.4",
"description": "Javascript port of python-docx.",

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

// let fs = require('fs');
// import * as fs from 'browserify-fs'
let path = require('path')
// let path = require('path')
import * as path from 'path-browserify';
let {is_string} = require('../compat');

@@ -6,0 +7,0 @@ //let {UnrecognizedImageError} = require('./exceptions');

@@ -5,3 +5,3 @@ /*

*/
let path = require('path');
import * as path from 'path-browserify';
let posixpath = path.posix ? path.posix : path;

@@ -8,0 +8,0 @@ let {ValueError} = require('../exceptions');

/*
Provides a general interface to a *physical* OPC package, such as a zip file.
*/
let path = require('path');
// let path = require('path');
import * as path from 'path-browserify';
// let fs = require('fs');

@@ -6,0 +7,0 @@ import * as fs from 'browserify-fs';

/* Header and footer part objects */
let path = require('path');
// let path = require('path');
//let fs = require('fs');

@@ -4,0 +4,0 @@ let {header, footer} = require('../templates/defaults');

/*
|SettingsPart| and closely related objects
*/
let path = require('path');
// let path = require('path');
//let fs = require('fs');

@@ -6,0 +6,0 @@ let {settings} = require('../templates/defaults');

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