docx-parser-5c
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "docx-parser-5c", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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 fs = require('fs'); | ||
// import * as fs from 'browserify-fs' | ||
let path = require('path') | ||
@@ -5,0 +5,0 @@ let {is_string} = require('../compat'); |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1