vbb-find-stations
Advanced tools
Comparing version 0.4.0 to 0.5.1
{ | ||
"name": "vbb-find-stations", | ||
"description": "Search for stations of VBB.", | ||
"version": "0.4.0", | ||
"version": "0.5.1", | ||
"main": "index.js", | ||
@@ -13,20 +13,22 @@ "files": ["index.js", "stations.ndjson"], | ||
"dependencies": { | ||
"vbb-tokenize-station": "^0.1.1", | ||
"ndjson": "^1.4.3", | ||
"stream-filter": "^1", | ||
"leven": "^2" | ||
"stream-filter": "^1", | ||
"through2": "^2.0.1", | ||
"leven": "^2", | ||
"vbb-tokenize-station": "^0.1.5", | ||
"ndjson": "^1.4.3" | ||
}, | ||
"devDependencies": { | ||
"vbb-stations": "^0.3", | ||
"vbb-tokenize-station": "^0.1.1", | ||
"through2-map": "^2", | ||
"ndjson": "^1.4.3", | ||
"through2": "^2.0.1", | ||
"vbb-common-places": "^0.1" | ||
"vbb-stations": "^0.3", | ||
"vbb-common-places": "^0.2", | ||
"through2-map": "^2", | ||
"merge-stream": "^1", | ||
"blue-tape": "^0.2", | ||
"so": "^1.0.1", | ||
"tap-min": "^1.1" | ||
}, | ||
"scripts": { | ||
"build": "node ./build.js", | ||
"test": "node ./test.js", | ||
"prepublish": "npm run build && npm test" | ||
"build": "node build.js", | ||
"test": "tape test.js | tap-min", | ||
"prepublish": "npm run build; npm test" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
1163083
5
53
0
5
7
2
+ Addedthrough2@^2.0.1
Updatedvbb-tokenize-station@^0.1.5