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.0.9 to 0.0.10

2

package.json
{
"name": "gamma-grid",
"version": "0.0.9",
"version": "0.0.10",
"directories": {

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

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

var pair = pairs[i].split("=");
hash[pair[0]] = pair[1];
hash[decodeURIComponent(pair[0])] = decodeURIComponent(pair[1]).replace("+", " ");
}

@@ -123,3 +123,3 @@ return hash;

if (queryHash['search']) {
searchValue = " value=" + queryHash['search'];
searchValue = " value='" + decodeURIComponent(queryHash['search']) + "'";
}

@@ -126,0 +126,0 @@ $(document).on('click', '.gammaSearch .clearText', function() {

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