Comparing version 0.16.1 to 0.16.2
@@ -114,2 +114,3 @@ "use strict"; | ||
cell.f = cell.v.f; | ||
cell.F = cell.v.F; | ||
cell.z = cell.v.z; | ||
@@ -116,0 +117,0 @@ } else { |
{ | ||
"name": "node-xlsx", | ||
"author": "Olivier Louvignes <olivier@mg-crea.com>", | ||
"version": "0.16.1", | ||
"version": "0.16.2", | ||
"description": "NodeJS Excel files parser & builder", | ||
@@ -20,21 +20,21 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.5", | ||
"@babel/runtime": "^7.14.6", | ||
"buffer-from": "^1.1.1", | ||
"xlsx": "^0.16.9" | ||
"xlsx": "^0.17.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/plugin-transform-runtime": "^7.12.10", | ||
"@babel/preset-env": "^7.12.11", | ||
"@babel/cli": "^7.14.5", | ||
"@babel/core": "^7.14.6", | ||
"@babel/plugin-proposal-class-properties": "^7.14.5", | ||
"@babel/plugin-transform-runtime": "^7.14.5", | ||
"@babel/preset-env": "^7.14.7", | ||
"babel-eslint": "^10.1.0", | ||
"codacy-coverage": "^3.4.0", | ||
"debug-utils": "^0.5.3", | ||
"eslint": "^7.17.0", | ||
"eslint": "^7.30.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-config-prettier": "^7.1.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"expect": "^26.6.2", | ||
"jest": "^26.6.3", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.23.4", | ||
"expect": "^27.0.6", | ||
"jest": "^27.0.6", | ||
"rimraf": "^3.0.2" | ||
@@ -41,0 +41,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26892
186
+ Addedcodepage@1.15.0(transitive)
+ Addedxlsx@0.17.5(transitive)
- Removedcodepage@1.14.0(transitive)
- Removedcommander@2.14.12.17.1(transitive)
- Removedfflate@0.3.11(transitive)
- Removedxlsx@0.16.9(transitive)
Updated@babel/runtime@^7.14.6
Updatedxlsx@^0.17.0