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

docx4js

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docx4js - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

9

package.json
{
"name": "docx4js",
"description": "javascript docx parser",
"version": "0.0.1",
"version": "0.0.2",
"author": {

@@ -31,8 +31,9 @@ "name": "Raymond Li",

"browserify":{
"tranform":["deamdify"]
"transform":["deamdify"]
},
"scripts": {
"pretest": "browserify -t deamdify browser.js | uglifyjs > dist/docx4js.min.js",
"test": "echo 0"
"pretest": "browserify -t deamdify browser.js -o dist/docx4js.js",
"test": "echo 0",
"protest": "uglifyjs dist/docx4js.js > dist/docx4js.min.js"
}
}

@@ -1,8 +0,1 @@

function define(){
switch(arguments.length){
case 1:
break
}
}
define(['../document','./factory','./theme/font', './theme/color','./theme/format'],function(OfficeDocument,factory, FontTheme, ColorTheme, FormatTheme){

@@ -9,0 +2,0 @@ function ParseContext(current){

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