Comparing version 0.1.2 to 0.1.3
{ | ||
"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 | ||
}; | ||
}; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12102
238
0
+ Addedmatrix-paths-zolmeister@0.0.4(transitive)
- Removedmatrix-paths@0.0.3
- Removedmatrix-paths@0.0.3(transitive)