Comparing version 0.8.1 to 0.8.2
{ | ||
"name": "ssf", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"author": "SheetJS", | ||
"description": "Format data using ECMA-376 spreadsheet Format Codes", | ||
"keywords": [ "format", "sprintf", "spreadsheet" ], | ||
"bin": { | ||
"ssf": "./bin/ssf.njs" | ||
}, | ||
"main": "ssf.js", | ||
@@ -20,5 +23,2 @@ "dependencies": { | ||
}, | ||
"bin": { | ||
"ssf": "./bin/ssf.njs" | ||
}, | ||
"config": { | ||
@@ -25,0 +25,0 @@ "blanket": { |
@@ -5,3 +5,3 @@ /* ssf.js (C) 2013-2014 SheetJS -- http://sheetjs.com */ | ||
var make_ssf = function make_ssf(SSF){ | ||
SSF.version = '0.8.1'; | ||
SSF.version = '0.8.2'; | ||
function _strrev(x) { var o = "", i = x.length-1; while(i>=0) o += x.charAt(i--); return o; } | ||
@@ -8,0 +8,0 @@ function fill(c,l) { var o = ""; while(o.length < l) o+=c; return o; } |
16
ssf.md
@@ -1498,7 +1498,13 @@ # SSF | ||
```>.npmignore | ||
test/*.tsv | ||
test/ | ||
misc/ | ||
node_modules/ | ||
tmp/ | ||
Makefile | ||
ssf.md | ||
index.html | ||
.gitignore | ||
.vocrc | ||
.jscs.json | ||
.travis.yml | ||
v8.log | ||
@@ -1560,6 +1566,9 @@ perf.log | ||
"name": "ssf", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"author": "SheetJS", | ||
"description": "Format data using ECMA-376 spreadsheet Format Codes", | ||
"keywords": [ "format", "sprintf", "spreadsheet" ], | ||
"bin": { | ||
"ssf": "./bin/ssf.njs" | ||
}, | ||
"main": "ssf.js", | ||
@@ -1578,5 +1587,2 @@ "dependencies": { | ||
}, | ||
"bin": { | ||
"ssf": "./bin/ssf.njs" | ||
}, | ||
"config": { | ||
@@ -1583,0 +1589,0 @@ "blanket": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
90590
7
766
1