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

gridfinder

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridfinder - npm Package Compare versions

Comparing version 1.63.0 to 1.64.0

12

lib/detectGrid.test.js

@@ -40,2 +40,6 @@ import * as gridfinder from "./lib.js";

},
"sewers.jpg": {
width: 140,
timeout: 5, // Big map.
},
"spaceship-main-blur.jpg": {

@@ -67,4 +71,4 @@ width: 10.66,

// },
}).forEach(function run([map, cfg]) {
it(map, async () => {
}).forEach(([map, cfg]) => {
it(map, async function() {
let {

@@ -82,4 +86,8 @@ width,

offYTolerance=offTolerance,
timeout=1,
} = cfg;
this.timeout(timeout * 1000);
let img = await canvas.loadImage(`maps/${map}`);

@@ -86,0 +94,0 @@

2

package.json
{
"name": "gridfinder",
"version": "1.63.0",
"version": "1.64.0",
"license": "Apache 2.0",

@@ -5,0 +5,0 @@ "homepage": "https://gridfinder.kevincox.ca",

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