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.10.0 to 0.10.1

shim.js

7

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

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