Socket
Socket
Sign inDemoInstall

docx-react

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docx-react - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [1.0.1](https://github.com/kpfromer/docx-react/compare/v1.0.0...v1.0.1) (2021-11-24)
### Bug Fixes
* docx missing for build ([aa41e50](https://github.com/kpfromer/docx-react/commit/aa41e50f3ddb3f33fbdf80f9686b9fd68f71bbcd))
* esm export usage ([d3cd602](https://github.com/kpfromer/docx-react/commit/d3cd602f13d7df96e590700822f68a31e431b129))
* peer deps ([18760b0](https://github.com/kpfromer/docx-react/commit/18760b0e82ffe052dbc4025e22c8dc71c066f555))
# 1.0.0 (2021-11-24)

@@ -2,0 +11,0 @@

11

package.json
{
"name": "docx-react",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
"description": "A JSX wrapper around docx for creating docx files.",

@@ -20,4 +20,6 @@ "keywords": [

},
"peerDependencies": {
"docx": "~7.0.0"
},
"dependencies": {
"docx": "^7.1.2",
"lodash.flattendeep": "^4.4.0"

@@ -37,2 +39,3 @@ },

"@typescript-eslint/parser": "^4.33.0",
"docx": "^7.1.2",
"eslint": "^7.32.0",

@@ -87,3 +90,3 @@ "eslint-config-prettier": "^6.15.0",

},
"version": "1.0.0"
"version": "1.0.1"
}
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