New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ftcolumnflow

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ftcolumnflow - npm Package Compare versions

Comparing version 0.3.3 to 1.0.0

2

package.json
{
"name": "ftcolumnflow",
"version": "0.3.3",
"version": "1.0.0",
"author": "FT Labs <enquiries@labs.ft.com> (http://labs.ft.com/)",

@@ -5,0 +5,0 @@ "description": "FTColumnflow is a polyfill that fixes the inadequacies of CSS column layouts.",

@@ -26,4 +26,7 @@ /**

/*global Node*/
var FTColumnflow = (function () {
// UMD from https://gist.github.com/wilsonpage/8598603
;(function(define){define(function(require,exports,module){
"use strict";

@@ -1477,4 +1480,8 @@

return FTColumnflow;
module.exports = FTColumnflow;
}());
// Close UMD
});})(typeof define=='function'&&define.amd?define
:(function(n,w){'use strict';return typeof module=='object'?function(c){
c(require,exports,module);}:function(c){var m={exports:{}};c(function(n){
return w[n];},m.exports,m);w[n]=m.exports;};})('FTColumnflow',this));
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