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.6.0 to 1.7.0

2

package.json
{
"name": "gridfinder",
"version": "1.6.0",
"version": "1.7.0",
"license": "Apache 2.0",

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

@@ -7,1 +7,15 @@ # Map Dimension Helper

- https://gridfinder.kevincox.ca/faq.html
## Library Use
```sh
$ npm install --save-prod gridfinder
```
```javascript
import {findGrid} from "gridfinder";
```
See [lib.js](lib/lib.js) for available API.
Warning: The only supported import target is `"gridfinder"` (which maps to [lib.js](lib/lib.js)). Everything available from that path is a public, stable API. Anything imported from other files is non-public and will be changed without regard for external users.
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