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

gamma-grid

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gamma-grid - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

6

dist/gamma-grid.js

@@ -121,3 +121,3 @@ /*! gamma-grid - v0.1.5 - 2014-11-25

var isHeader = true;
var tbl = $("<table class='gammaGridTable table' />");
var tbl = $("<table class='gammaGridTable' />");
var responsiveWrapper = $("<div class='table-responsive'></div>");

@@ -269,4 +269,4 @@

responsiveWrapper.append(tbl);
grid.append(responsiveWrapper);
//responsiveWrapper.append(tbl);
grid.append(tbl);
grid.append(pager(result.start, result.end, result.count, queryHash))

@@ -273,0 +273,0 @@

{
"name": "gamma-grid",
"version": "0.1.6",
"version": "0.1.7",
"directories": {

@@ -5,0 +5,0 @@ "lib": "./src"

@@ -138,3 +138,3 @@ /* Permission is hereby granted, free of charge, to any person obtaining

var isHeader = true;
var tbl = $("<table class='gammaGridTable table' />");
var tbl = $("<table class='gammaGridTable' />");
var responsiveWrapper = $("<div class='table-responsive'></div>");

@@ -141,0 +141,0 @@

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