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

boggle

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boggle - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

package.json
{
"name": "boggle",
"version": "0.1.2",
"version": "0.1.3",
"description": "Boggle grid solver",

@@ -34,3 +34,3 @@ "main": "index.js",

"check-types": "~1.1.1",
"matrix-paths": "0.0.3",
"matrix-paths-zolmeister": "0.0.4",
"lodash": "~2.4.1",

@@ -37,0 +37,0 @@ "prefix-dictionary": "0.0.2"

@@ -6,3 +6,3 @@ var check = require('check-types');

var paths = require('matrix-paths').paths;
var paths = require('matrix-paths-zolmeister').paths;
verify.fn(paths, 'paths is not a function');

@@ -115,2 +115,2 @@

report: report
};
};
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