Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "ssf", | ||
"version": "0.10.0", | ||
"author": "SheetJS", | ||
"version": "0.10.1", | ||
"author": "sheetjs", | ||
"description": "Format data using ECMA-376 spreadsheet Format Codes", | ||
@@ -12,4 +12,3 @@ "keywords": [ "format", "sprintf", "spreadsheet" ], | ||
"dependencies": { | ||
"voc":"~1.0.0", | ||
"frac":"~1.0.6" | ||
"frac":"~1.1.0" | ||
}, | ||
@@ -16,0 +15,0 @@ "devDependencies": { |
@@ -7,3 +7,3 @@ /* ssf.js (C) 2013-present SheetJS -- http://sheetjs.com */ | ||
var make_ssf = function make_ssf(SSF/*:SSFModule*/){ | ||
SSF.version = '0.10.0'; | ||
SSF.version = '0.10.1'; | ||
function _strrev(x/*:string*/)/*:string*/ { var o = "", i = x.length-1; while(i>=0) o += x.charAt(i--); return o; } | ||
@@ -10,0 +10,0 @@ function fill(c/*:string*/,l/*:number*/)/*:string*/ { var o = ""; while(o.length < l) o+=c; return o; } |
@@ -6,3 +6,3 @@ /* ssf.js (C) 2013-present SheetJS -- http://sheetjs.com */ | ||
var make_ssf = function make_ssf(SSF){ | ||
SSF.version = '0.10.0'; | ||
SSF.version = '0.10.1'; | ||
function _strrev(x) { var o = "", i = x.length-1; while(i>=0) o += x.charAt(i--); return o; } | ||
@@ -9,0 +9,0 @@ function fill(c,l) { var o = ""; while(o.length < l) o+=c; return o; } |
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
84457
1
7
1937
+ Addedfrac@1.1.2(transitive)
- Removedvoc@~1.0.0
- Removedfrac@1.0.6(transitive)
- Removedvoc@1.0.0(transitive)
Updatedfrac@~1.1.0