Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ssf

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssf - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

8

package.json
{
"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; }

@@ -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

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